diff options
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.h')
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.h b/unix/xserver/hw/vnc/vncExtInit.h index 6430ac05..be6487c8 100644 --- a/unix/xserver/hw/vnc/vncExtInit.h +++ b/unix/xserver/hw/vnc/vncExtInit.h @@ -90,6 +90,8 @@ void vncPreScreenResize(int scrIdx); void vncPostScreenResize(int scrIdx, int success, int width, int height); void vncRefreshScreenLayout(int scrIdx); +int vncOverrideParam(const char *nameAndValue); + #ifdef __cplusplus } #endif |