Searched refs:theme_core (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXcursor/dist/src/
H A Ddisplay.c276 info->theme_core = False;
283 v = XGetDefault (dpy, "Xcursor", "theme_core");
288 info->theme_core = i;
290 traceOpts((T_OPTION(XCURSOR_THEME_CORE) ": %d\n", info->theme_core));
421 return info->theme_core;
425 XcursorSetThemeCore (Display *dpy, XcursorBool theme_core) argument
431 info->theme_core = theme_core;
H A Dxcursorint.h91 XcursorBool theme_core; member in struct:_XcursorDisplayInfo
/xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/
H A DXcursor.h504 XcursorSetThemeCore (Display *dpy, XcursorBool theme_core);
H A DXcursor.h.in503 XcursorSetThemeCore (Display *dpy, XcursorBool theme_core);

Completed in 4 milliseconds