summaryrefslogtreecommitdiffstats
path: root/x11vnc/winattr_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/winattr_t.h')
-rw-r--r--x11vnc/winattr_t.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11vnc/winattr_t.h b/x11vnc/winattr_t.h
new file mode 100644
index 0000000..0956a50
--- /dev/null
+++ b/x11vnc/winattr_t.h
@@ -0,0 +1,20 @@
+#ifndef _X11VNC_WINATTR_T_H
+#define _X11VNC_WINATTR_T_H
+
+/* -- winattr_t.h -- */
+
+typedef struct winattr {
+ Window win;
+ int fetched;
+ int valid;
+ int x, y;
+ int width, height;
+ int depth;
+ int class;
+ int backing_store;
+ int map_state;
+ int rx, ry;
+ double time;
+} winattr_t;
+
+#endif /* _X11VNC_WINATTR_T_H */