summaryrefslogtreecommitdiff
path: root/src/xcursorint.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-10-19 22:26:55 +0000
committerAdam Jackson <ajax@nwnk.net>2005-10-19 22:26:55 +0000
commit7c7bdccde9d2208a9330099e3cd21060c60638be (patch)
treed6e7e0ce2979cd21cbf29e178aa57f8d69846489 /src/xcursorint.h
parent4d4de72c697217ac155231d1761db065c9a778ee (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.h1
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;