diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-09-06 07:30:11 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-09-07 10:29:05 +0200 |
commit | 6416d812699e417c217cf932b702f95182dd48a4 (patch) | |
tree | d0e6aa3fee6f05d416188cd879b1d0a7dddd31aa /vncviewer/Viewport.cxx | |
parent | 645c1f2aea0af84f607575d25720426cb3130db4 (diff) | |
download | tigervnc-6416d812699e417c217cf932b702f95182dd48a4.tar.gz tigervnc-6416d812699e417c217cf932b702f95182dd48a4.zip |
Move general FLTK stuff to own directory
Let's separate TigerVNC specific things from stuff that could be part of
upstream FLTK. These are files that we would like to collaborate with
other FLTK users, so they are more liberally licensed and avoid using
TigerVNC specific things.
Diffstat (limited to 'vncviewer/Viewport.cxx')
-rw-r--r-- | vncviewer/Viewport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx index 81ad9827..14116d11 100644 --- a/vncviewer/Viewport.cxx +++ b/vncviewer/Viewport.cxx @@ -55,12 +55,12 @@ #define MAPVK_VK_TO_VSC 0 #endif +#include "fltk/layout.h" #include "Viewport.h" #include "CConn.h" #include "OptionsDialog.h" #include "DesktopWindow.h" #include "i18n.h" -#include "fltk_layout.h" #include "parameters.h" #include "keysym2ucs.h" #include "menukey.h" |