Functions
X Window Property Functions

Functions that set window properties. More...

Functions

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

◆ ecore_x_window_defaults_set()

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
winThe given window.

References ecore_x_sync().

Referenced by ecore_x_window_full_new(), and ecore_x_window_new().