ark::gui::xcb::ScreenDetails
Defined in header “ark/gui/xcb_utils.hh”.
Details about the X11 screen connection.
Variables
-
xcb_screen_t * screen= nullptr
Reference to the screen we are using. -
uint16_t width= 0
Width of the screen, in pixels. -
uint16_t height= 0
Height of the screen, in pixels. -
size_t depth_bits= 0
Depth of the display, in bits-per-pixel. -
size_t depth_bytes= 0
Depth of the display, for images. -
uint32_t maximum_request_bytes= 0
Maximum number of bytes in an XCB request.