summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncExtInit.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2009-03-18 17:22:30 +0000
committerPierre Ossman <ossman@cendio.se>2009-03-18 17:22:30 +0000
commitef27ba18353159b4e1a363e09162c04ddf9091a7 (patch)
tree554c9bfd76ba32c5c02748cbc839fe434d72953a /unix/xserver/hw/vnc/vncExtInit.h
parent8698f02b9f13f579df94ae35545b5e3bdb13b2e9 (diff)
downloadtigervnc-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.h1
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;