diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2015-12-27 23:47:12 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2015-12-27 23:47:12 +0000 |
| commit | fe412c234e1126a39a1b229cd1117f614567c148 (patch) | |
| tree | 9da6a65ae1ee5b2fbdf0f92c01007aa6a96a6712 /src/verbs.h | |
| parent | Remove more superfluous glibmm/threads.h checking (diff) | |
| download | inkscape-fe412c234e1126a39a1b229cd1117f614567c148.tar.gz inkscape-fe412c234e1126a39a1b229cd1117f614567c148.zip | |
Fix GTK+ fullscreen issue
Fixed bugs:
- https://launchpad.net/bugs/1529521
(bzr r14555)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/verbs.h b/src/verbs.h index e16acb2d1..4f453761e 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -19,7 +19,6 @@ #include <cstring> #include <string> -//#include "require-config.h" /* HAVE_GTK_WINDOW_FULLSCREEN */ #include <glibmm/ustring.h> struct SPAction; @@ -262,10 +261,8 @@ enum { SP_VERB_ZOOM_1_1, SP_VERB_ZOOM_1_2, SP_VERB_ZOOM_2_1, -#ifdef HAVE_GTK_WINDOW_FULLSCREEN SP_VERB_FULLSCREEN, SP_VERB_FULLSCREENFOCUS, -#endif /* HAVE_GTK_WINDOW_FULLSCREEN */ SP_VERB_FOCUSTOGGLE, SP_VERB_VIEW_NEW, SP_VERB_VIEW_NEW_PREVIEW, |
