diff options
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r-- | vncviewer/Viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 7859db6d..bd17655a 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h @@ -72,6 +72,8 @@ public: private: + PlatformPixelBuffer* createFramebuffer(int w, int h); + static void handleUpdateTimeout(void *data); static void handleClipboardChange(int source, void *data); |