diff options
author | Pierre Ossman <ossman@cendio.se> | 2012-07-13 11:22:55 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2012-07-13 11:22:55 +0000 |
commit | aae3891bc7380c23322214b9e2781b636c3d7199 (patch) | |
tree | a8cb23609213f033c42b3486eb2871f686504aad /config.h.in | |
parent | c314d08990d063d064498c654d0b4652437a304f (diff) | |
download | tigervnc-aae3891bc7380c23322214b9e2781b636c3d7199.tar.gz tigervnc-aae3891bc7380c23322214b9e2781b636c3d7199.zip |
Implement client side multi-head support. Requires a FLTK patched to support
fullscreen over multiple monitors. Will properly report screen configuration
to the server, provided the server supports it.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4935 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a11ec10b..55cd652d 100644 --- a/config.h.in +++ b/config.h.in @@ -19,6 +19,7 @@ #cmakedefine HAVE_FLTK_CLIPBOARD #cmakedefine HAVE_FLTK_MEDIAKEYS #cmakedefine HAVE_FLTK_FULLSCREEN +#cmakedefine HAVE_FLTK_FULLSCREEN_SCREENS #cmakedefine HAVE_FLTK_CURSOR #cmakedefine HAVE_FLTK_ICONS #cmakedefine HAVE_ACTIVE_DESKTOP_H |