|
xsecurelock
1.7.0
XSecureLock is an X11 screen lock utility.
|
#include <X11/Xlib.h>Go to the source code of this file.
Functions | |
| void | SetWMProperties (Display *dpy, Window w, const char *res_class, const char *res_name, int argc, char *const *argv) |
| Configures properties on the given window for easier debugging. More... | |
| void SetWMProperties | ( | Display * | dpy, |
| Window | w, | ||
| const char * | res_class, | ||
| const char * | res_name, | ||
| int | argc, | ||
| char *const * | argv | ||
| ) |
Configures properties on the given window for easier debugging.
| dpy | The X11 dpy. |
| w | The window (which shouldn't be mapped yet). |
| res_class | The class name the window should receive (becomes WM_CLASS.res_class) |
| res_name | The window name the window should receive (becomes WM_CLASS.res_name and WM_NAME) |
| argc | The number of arguments the main program received. |
| argv | The arguments the main program received (becomes WM_COMMAND). |
1.8.14