From 5002f9b9e966ddc74b016bb652649cd6be1f656b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Feb 2014 22:38:40 +0100 Subject: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_randr.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/blueshift_randr.c b/src/blueshift_randr.c index 635c44f..1c78d72 100644 --- a/src/blueshift_randr.c +++ b/src/blueshift_randr.c @@ -74,10 +74,29 @@ typedef struct blueshift_randr_crtc +/** + * Connection to the X server + */ static xcb_connection_t* connection; + +/** + * Used to store errors in + */ static xcb_generic_error_t* error; + +/** + * Screen resources + */ static xcb_randr_get_screen_resources_current_reply_t* res_reply; + +/** + * The first CRTC + */ static blueshift_randr_crtc_t* crtcs; + +/** + * The CRTC after the last CRTC + */ static blueshift_randr_crtc_t* crtcs_end; -- cgit v1.2.3-70-g09d2