X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/blobdiff_plain/f6b7178542f02e63037f664e26c5d21cf6e8779f..c201e1612c1798106ccc2f806669a90b0bbb7a19:/src/main.c diff --git a/src/main.c b/src/main.c index bd59b687..5833a118 100644 --- a/src/main.c +++ b/src/main.c @@ -143,6 +143,11 @@ Bool wXkbSupported; int wXkbEventBase; #endif +#ifdef HAVE_XRANDR +Bool has_randr; +int randr_event_base; +#endif + /* special flags */ char WProgramSigState = 0; char WProgramState = WSTATE_NORMAL;