xcb_ewmh_get_desktop_geometry_from_reply

@brief Get the desktop geometry from a GetProperty _NET_DESKTOP_GEOMETRY reply

@param width The current desktop width @param height The current desktop height @param r GetProperty _NET_DESKTOP_GEOMETRY reply @return Return 1 on success, 0 otherwise

extern (C)
ubyte
xcb_ewmh_get_desktop_geometry_from_reply
(
uint* width
,
uint* height
,
xcb_get_property_reply_t* r
)

Meta