diff options
Diffstat (limited to 'xorg-server/include/closestr.h')
-rw-r--r-- | xorg-server/include/closestr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/include/closestr.h b/xorg-server/include/closestr.h index c6aa1295f..60e6f09bc 100644 --- a/xorg-server/include/closestr.h +++ b/xorg-server/include/closestr.h @@ -47,7 +47,7 @@ typedef struct _OFclosure { Mask flags; /* XXX -- get these from request buffer instead? */ - char *origFontName; + const char *origFontName; int origFontNameLen; XID fontid; char *fontname; @@ -64,7 +64,7 @@ typedef struct _LFWIstate { int current_fpe; int max_names; Bool list_started; - pointer private; + void *private; } LFWIstateRec, *LFWIstatePtr; typedef struct _LFWIclosure { |