summaryrefslogtreecommitdiffstats
path: root/x11vnc/scrollevent_t.h
diff options
context:
space:
mode:
authorrunge <runge>2006-01-09 01:54:38 +0000
committerrunge <runge>2006-01-09 01:54:38 +0000
commit71f2ec79180185a6c3db0c87f9d53c491dc31e76 (patch)
tree67c341571cbeb1bd9a0744cc8eb03b30ef04f381 /x11vnc/scrollevent_t.h
parentdef301266373e462f4a5e90eab443087ccfc7ccc (diff)
downloadlibtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.tar.gz
libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.zip
x11vnc: the big split.
Diffstat (limited to 'x11vnc/scrollevent_t.h')
-rw-r--r--x11vnc/scrollevent_t.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11vnc/scrollevent_t.h b/x11vnc/scrollevent_t.h
new file mode 100644
index 0000000..4bb1292
--- /dev/null
+++ b/x11vnc/scrollevent_t.h
@@ -0,0 +1,15 @@
+#ifndef _X11VNC_SCROLLEVENT_T_H
+#define _X11VNC_SCROLLEVENT_T_H
+
+/* -- scrollevent_t.h -- */
+
+typedef struct scroll_event {
+ Window win, frame;
+ int dx, dy;
+ int x, y, w, h;
+ double t;
+ int win_x, win_y, win_w, win_h;
+ int new_x, new_y, new_w, new_h;
+} scroll_event_t;
+
+#endif /* _X11VNC_SCROLLEVENT_T_H */