diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-18 17:22:30 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-18 17:22:30 +0000 |
commit | ef27ba18353159b4e1a363e09162c04ddf9091a7 (patch) | |
tree | 554c9bfd76ba32c5c02748cbc839fe434d72953a /unix/xserver/hw/vnc/vncExtInit.h | |
parent | 8698f02b9f13f579df94ae35545b5e3bdb13b2e9 (diff) | |
download | tigervnc-ef27ba18353159b4e1a363e09162c04ddf9091a7.tar.gz tigervnc-ef27ba18353159b4e1a363e09162c04ddf9091a7.zip |
Support for RandR on the server.
Based on patch by George Wright but heavily rewritten in order to
dynamically reallocate the framebuffer, allowing any resize.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3688 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.h')
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.h b/unix/xserver/hw/vnc/vncExtInit.h index 606666bb..af9b2ea6 100644 --- a/unix/xserver/hw/vnc/vncExtInit.h +++ b/unix/xserver/hw/vnc/vncExtInit.h @@ -30,6 +30,7 @@ extern void vncQueryConnect(XserverDesktop* desktop, void* opaqueId); extern void vncClientGone(int fd); extern void vncBell(); extern void* vncFbptr[]; +extern int vncFbstride[]; extern int vncInetdSock; extern rfb::StringParameter httpDir; |