![]() |
![]()
| ![]() |
![]()
NAMExcb_configure_window - Configures window attributes SYNOPSIS#include <xcb/xproto.h> Request functionxcb_void_cookie_t
xcb_configure_window(xcb_connection_t *conn,
xcb_window_t window, uint16_t value_mask, const
void *value_list);
REQUEST ARGUMENTS
DESCRIPTIONConfigures a window's size, position, border width and stacking order. RETURN VALUEReturns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_configure_window_checked. See xcb-requests(3) for details. ERRORS
EXAMPLE/* SEE ALSOxcb-requests(3), xcb-examples(3), xcb_expose_event_t(3), xcb_map_notify_event_t(3) AUTHORGenerated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
|