Ecore_X_Window_Shape (3) - Linux Manuals

Ecore_X_Window_Shape: These functions use the shape extension of the X server to change shape of given windows.

NAME

X Window Shape Functions - These functions use the shape extension of the X server to change shape of given windows.

Functions


EAPI void ecore_x_window_shape_mask_set (Ecore_X_Window win, Ecore_X_Pixmap mask)
Sets the shape of the given window to that given by the pixmap mask.
EAPI void ecore_x_window_shape_input_mask_set (Ecore_X_Window win, Ecore_X_Pixmap mask)
Sets the input shape of the given window to that given by the pixmap mask.

Detailed Description

These functions use the shape extension of the X server to change shape of given windows.

Function Documentation

EAPI void ecore_x_window_shape_input_mask_set (Ecore_X_Window win, Ecore_X_Pixmap mask)

Sets the input shape of the given window to that given by the pixmap mask.

Parameters:

win The given window.
mask A 2-bit depth pixmap that provides the new input shape of the window.

EAPI void ecore_x_window_shape_mask_set (Ecore_X_Window win, Ecore_X_Pixmap mask)

Sets the shape of the given window to that given by the pixmap mask.

Sets the shape of the given window to the given pixmap.

Parameters:

win The given window.
mask A 2-bit depth pixmap that provides the new shape of the window.

Author

Generated automatically by Doxygen for Ecore from the source code.