X Window Property Functions
Functions that set window properties. More...
Functions | |
EAPI void | ecore_x_window_defaults_set (Ecore_X_Window win) |
Sets the default properties for the given window. More... | |
Detailed Description
Functions that set window properties.
Function Documentation
EAPI void ecore_x_window_defaults_set | ( | Ecore_X_Window | win) |
Sets the default properties for the given window.
The default properties set for the window are WM_CLIENT_MACHINE
and _NET_WM_PID
.
- Parameters
-
win The given window.
References ecore_app_args_get(), and ecore_x_icccm_command_set().
Referenced by ecore_evas_software_x11_8_new(), and ecore_x_window_new().