xcb_ewmh_get_desktop_geometry_reply

@brief Get reply from the GetProperty _NET_DESKTOP_GEOMETRY cookie

The parameter e supplied to this function must be NULL if xcb_get_desktop_geometry_unchecked() is used. Otherwise, it stores the error if any.

@param ewmh The information relative to EWMH @param cookie The _NET_DESKTOP_GEOMETRY GetProperty request cookie @param width The current desktop width @param width The current desktop height @param The xcb_generic_error_t supplied @return Return 1 on success, 0 otherwise

extern (C)
ubyte
xcb_ewmh_get_desktop_geometry_reply
(,
xcb_get_property_cookie_t cookie
,
uint* width
,
uint* height
,
xcb_generic_error_t** e
)

Meta