summaryrefslogtreecommitdiffstats
path: root/x11vnc/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r--x11vnc/params.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h
index 4f83f9c..9af635a 100644
--- a/x11vnc/params.h
+++ b/x11vnc/params.h
@@ -42,4 +42,13 @@
#define MAX_BUTTONS 5
+#define ROTATE_NONE 0
+#define ROTATE_X 1
+#define ROTATE_Y 2
+#define ROTATE_XY 3
+#define ROTATE_90 4
+#define ROTATE_90X 5
+#define ROTATE_90Y 6
+#define ROTATE_270 7
+
#endif /* _X11VNC_PARAMS_H */