summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/dmxfont.h')
-rw-r--r--hw/dmx/dmxfont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmxfont.h b/hw/dmx/dmxfont.h
index 086e71b59..8575ca953 100644
--- a/hw/dmx/dmxfont.h
+++ b/hw/dmx/dmxfont.h
@@ -41,7 +41,7 @@
/** Font private area. */
typedef struct _dmxFontPriv {
- int refcnt;
+ int refcnt;
XFontStruct **font;
} dmxFontPrivRec, *dmxFontPrivPtr;
@@ -56,4 +56,4 @@ extern Bool dmxBEFreeFont(ScreenPtr pScreen, FontPtr pFont);
extern int dmxFontPrivateIndex;
-#endif /* DMXFONT_H */
+#endif /* DMXFONT_H */