From aec53bc090ef6b63e16efebab3f8c8e6f329eb6b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 May 2009 19:42:47 -0700 Subject: Report names for all extensions, not just those we know Move extension handling to new extensions.c & extensions.h files Start to make extension handling more generic/modular/extendable Signed-off-by: Alan Coopersmith --- randrscope.h | 1 - 1 file changed, 1 deletion(-) (limited to 'randrscope.h') diff --git a/randrscope.h b/randrscope.h index 94f3fc1..5b63b06 100644 --- a/randrscope.h +++ b/randrscope.h @@ -12,7 +12,6 @@ #define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) -extern unsigned char LookForRANDRFlag; extern unsigned char RANDRRequest; extern unsigned char RANDREvent; -- cgit v1.2.1