MWM related functions.

Functions related to MWM. More...

Functions

EAPI void ecore_x_mwm_hints_get_prefetch (Ecore_X_Window window)
 Sends the GetProperty request.
EAPI void ecore_x_mwm_hints_get_fetch (void)
 Gets the reply of the GetProperty request sent by ecore_x_mwm_hints_get_prefetch().
EAPI Eina_Bool ecore_x_mwm_hints_get (Ecore_X_Window window, Ecore_X_MWM_Hint_Func *fhint, Ecore_X_MWM_Hint_Decor *dhint, Ecore_X_MWM_Hint_Input *ihint)
 To document.
EAPI void ecore_x_mwm_borderless_set (Ecore_X_Window window, Eina_Bool borderless)
 Sets the borderless flag of a window using MWM.

Detailed Description

Functions related to MWM.


Function Documentation

EAPI void ecore_x_mwm_borderless_set ( Ecore_X_Window  window,
Eina_Bool  borderless 
)

Sets the borderless flag of a window using MWM.

Parameters:
windowThe window.
borderlessThe borderless flag.
EAPI Eina_Bool ecore_x_mwm_hints_get ( Ecore_X_Window  window,
Ecore_X_MWM_Hint_Func *  fhint,
Ecore_X_MWM_Hint_Decor *  dhint,
Ecore_X_MWM_Hint_Input *  ihint 
)

To document.

Parameters:
windowUnused.
fhintTo document.
dhintTo document.
ihintTo document.
Returns:
1 on success, 0 otherwise.

To use this function, you must call before, and in order, ecore_x_mwm_hints_get_prefetch(), which sends the GetProperty request, then ecore_x_mwm_hints_get_fetch(), which gets the reply.

EAPI void ecore_x_mwm_hints_get_prefetch ( Ecore_X_Window  window)

Sends the GetProperty request.

Parameters:
windowWindow whose MWM hints are requested.