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 int | ecore_x_mwm_hints_get (Ecore_X_Window window __UNUSED__, 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, int 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, |
int | borderless | ||
) |
Sets the borderless flag of a window using MWM.
- Parameters:
-
window The window. borderless The borderless flag.
EAPI int ecore_x_mwm_hints_get | ( | Ecore_X_Window window | __UNUSED__, |
Ecore_X_MWM_Hint_Func * | fhint, | ||
Ecore_X_MWM_Hint_Decor * | dhint, | ||
Ecore_X_MWM_Hint_Input * | ihint | ||
) |
To document.
- Parameters:
-
window Unused. fhint To document. dhint To document. ihint To 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:
-
window Window whose MWM hints are requested.