summaryrefslogtreecommitdiff
path: root/randrscope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 09:42:48 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-05-06 21:44:35 -0700
commit80ac8c6d04c04ec1f892883397507f32292ae590 (patch)
tree4133191d4c63cd27315491b6f82028cf3efca134 /randrscope.h
parent245871145e6a12739ed8d4512b5e2cb6b1a1721c (diff)
downloadxscope-80ac8c6d04c04ec1f892883397507f32292ae590.tar.gz
Ansify prototypes and move extern declarations to header files
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'randrscope.h')
-rw-r--r--randrscope.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/randrscope.h b/randrscope.h
index bb95728..9e8a70e 100644
--- a/randrscope.h
+++ b/randrscope.h
@@ -12,5 +12,19 @@
#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;
+
+extern void RandrQueryVersion (FD fd, unsigned char *buf);
+extern void RandrQueryVersionReply (FD fd, unsigned char *buf);
+extern void RandrGetScreenInfo (FD fd, unsigned char *buf);
+extern void RandrGetScreenInfoReply (FD fd, unsigned char *buf);
+extern void RandrSetScreenConfig (FD fd, unsigned char *buf);
+extern void RandrSetScreenConfigReply (FD fd, unsigned char *buf);
+extern void RandrScreenChangeSelectInput (FD fd, unsigned char *buf);
+extern void RandrScreenSizes (unsigned char *buf);
+extern void RandrScreenChangeNotifyEvent (unsigned char *buf);
+
#endif