From 0ab50d5887cb94138239bb1991b86adcabe3c3d2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Apr 2014 12:37:14 +0200 Subject: enable more warnings and add .h files 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.c | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'src/blueshift_randr_c.c') diff --git a/src/blueshift_randr_c.c b/src/blueshift_randr_c.c index ef3c2a5..ddc19b9 100644 --- a/src/blueshift_randr_c.c +++ b/src/blueshift_randr_c.c @@ -14,44 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include -#include -#include - -#include -#include - - - -/** - * The major version of RandR the program expects - */ -#define RANDR_VERSION_MAJOR 1U - -/** - * The minor version of RandR the program expects - */ -#define RANDR_VERSION_MINOR 3U - - - -/** - * Data structure for CRTC caches - */ -typedef struct blueshift_randr_crtc -{ - /** - * Size of colour curves on the X-axis - */ - unsigned int curve_size; - - /** - * CRT controller - */ - xcb_randr_crtc_t* crtc; - -} blueshift_randr_crtc_t; - +#include "blueshift_randr_c.h" /** -- cgit v1.2.3-70-g09d2