aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-09-07 10:34:20 +0200
committerPierre Ossman <ossman@cendio.se>2022-09-07 10:34:20 +0200
commit7f0abbaed390b217627a0536e65f30d3bef90d15 (patch)
treead70e9b986429697bd0f9767673887055836b2ff /vncviewer/Viewport.cxx
parent6416d812699e417c217cf932b702f95182dd48a4 (diff)
downloadtigervnc-7f0abbaed390b217627a0536e65f30d3bef90d15.tar.gz
tigervnc-7f0abbaed390b217627a0536e65f30d3bef90d15.zip
Split out FLTK utility functions
These have nothing to do with layout, so let's split them to their own file.
Diffstat (limited to 'vncviewer/Viewport.cxx')
-rw-r--r--vncviewer/Viewport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx
index 14116d11..9b5ad872 100644
--- a/vncviewer/Viewport.cxx
+++ b/vncviewer/Viewport.cxx
@@ -56,6 +56,7 @@
#endif
#include "fltk/layout.h"
+#include "fltk/util.h"
#include "Viewport.h"
#include "CConn.h"
#include "OptionsDialog.h"