summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-15 01:32:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-02 22:16:08 -0700
commit95a96dbdc483d9dc6371f52a9e41771a64d23aed (patch)
tree53119d09cf830c4846d6247b65e66b6a69e1e47d /proto.h
parent9a8ad93043569c2717bd88f0264e0d3a28b56a74 (diff)
downloadxscope-95a96dbdc483d9dc6371f52a9e41771a64d23aed.tar.gz
Create PrintPropertyValues function for property requests
Currently used for core protocol window properties, but will be used for extensions that have similar property handling requests in the future. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 14ab41e..733ced1 100644
--- a/proto.h
+++ b/proto.h
@@ -257,6 +257,9 @@ extern void PrintTextList8(const unsigned char *buf, int length,
const char *name);
extern void PrintTextList16(const unsigned char *buf, int length,
const char *name);
+extern int PrintPropertyValues(const unsigned char *buf,
+ uint32_t type /* atom */, uint8_t unit,
+ uint32_t num, const char *name);
/* scope.c */
extern void TestBreakPoints(const unsigned char *buf, long n);