#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stddef.h>
|
| 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...
|
| |
◆ WM_PROPERTIES_H
◆ SetWMProperties()
| 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.
- Parameters
-
| 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). |