diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-10-19 22:26:55 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-10-19 22:26:55 +0000 |
commit | 7c7bdccde9d2208a9330099e3cd21060c60638be (patch) | |
tree | d6e7e0ce2979cd21cbf29e178aa57f8d69846489 /src/xcursorint.h | |
parent | 4d4de72c697217ac155231d1761db065c9a778ee (diff) |
Bug #4244: Make XcursorSetTheme(dpy, NULL) restore the default theme.
(Frederico Mena-Quintero)
Diffstat (limited to 'src/xcursorint.h')
-rw-r--r-- | src/xcursorint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcursorint.h b/src/xcursorint.h index 1a5f50f..7887bbb 100644 --- a/src/xcursorint.h +++ b/src/xcursorint.h @@ -86,6 +86,7 @@ typedef struct _XcursorDisplayInfo { int size; XcursorFontInfo *fonts; char *theme; + char *theme_from_config; XcursorDither dither; XcursorBitmapInfo bitmaps[NUM_BITMAPS]; } XcursorDisplayInfo; |