diff options
Diffstat (limited to 'x11vnc/nox11.h')
-rw-r--r-- | x11vnc/nox11.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11vnc/nox11.h b/x11vnc/nox11.h index ae0313f..1dcc974 100644 --- a/x11vnc/nox11.h +++ b/x11vnc/nox11.h @@ -6663,3 +6663,9 @@ extern XIOErrorHandler XSetIOErrorHandler ( XIOErrorHandler /* handler */ ); +#define X_ShmQueryVersion 0 +#define X_ShmAttach 1 +#define X_ShmDetach 2 +#define X_ShmPutImage 3 +#define X_ShmGetImage 4 +#define X_ShmCreatePixmap 5 |