diff options
author | runge <runge> | 2006-05-07 00:50:13 +0000 |
---|---|---|
committer | runge <runge> | 2006-05-07 00:50:13 +0000 |
commit | 279f35495a122c9892198545f83e03c6fc50fa08 (patch) | |
tree | 7ce00691a9f77432cead7a5f4ae702fc62878019 /x11vnc/xwrappers.h | |
parent | 0d734ad8967eafab1fb058280a0db04e7470e569 (diff) | |
download | libtdevnc-279f35495a122c9892198545f83e03c6fc50fa08.tar.gz libtdevnc-279f35495a122c9892198545f83e03c6fc50fa08.zip |
x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -rawfb console.
Diffstat (limited to 'x11vnc/xwrappers.h')
-rw-r--r-- | x11vnc/xwrappers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/xwrappers.h b/x11vnc/xwrappers.h index 601c582..e464636 100644 --- a/x11vnc/xwrappers.h +++ b/x11vnc/xwrappers.h @@ -17,6 +17,8 @@ extern int clipshift; extern int guess_bits_per_color(int bits_per_pixel); +extern int XFlush_wr(Display *disp); + extern Status XShmGetImage_wr(Display *disp, Drawable d, XImage *image, int x, int y, unsigned long mask); extern XImage *XShmCreateImage_wr(Display* disp, Visual* vis, unsigned int depth, @@ -38,6 +40,7 @@ extern XImage *XCreateImage_wr(Display *disp, Visual *visual, unsigned int depth int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line); extern void copy_image(XImage *dest, int x, int y, unsigned int w, unsigned int h); +extern void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h); extern void init_track_keycode_state(void); extern void XTRAP_FakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down, |