summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r--x11vnc/x11vnc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h
index f47cb89..e017857 100644
--- a/x11vnc/x11vnc.h
+++ b/x11vnc/x11vnc.h
@@ -310,6 +310,9 @@ extern int xfixes_base_event_type;
#endif
extern int xdamage_base_event_type;
+#define RAWFB_RET(y) if (raw_fb && ! dpy) return y;
+#define RAWFB_RET_VOID if (raw_fb && ! dpy) return;
+
extern char lastmod[];
/* X display info */