diff options
Diffstat (limited to 'lib/libXcursor/include/X11/Xcursor/Xcursor.h.in')
-rw-r--r-- | lib/libXcursor/include/X11/Xcursor/Xcursor.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libXcursor/include/X11/Xcursor/Xcursor.h.in b/lib/libXcursor/include/X11/Xcursor/Xcursor.h.in index 36400bf8c..a4999578a 100644 --- a/lib/libXcursor/include/X11/Xcursor/Xcursor.h.in +++ b/lib/libXcursor/include/X11/Xcursor/Xcursor.h.in @@ -1,4 +1,5 @@ /* + * Copyright © 2024 Thomas E. Dickey * Copyright © 2002 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its @@ -484,6 +485,12 @@ int XcursorGetDefaultSize (Display *dpy); XcursorBool +XcursorSetResizable (Display *dpy, XcursorBool flag); + +XcursorBool +XcursorGetResizable (Display *dpy); + +XcursorBool XcursorSetTheme (Display *dpy, const char *theme); char * |