diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 13:03:58 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-06-27 13:03:58 +0000 |
| commit | fa8a2ee7e2539b145a87ac9af0d9748effa91631 (patch) | |
| tree | 457bd081679e98e296be9846117508b4524ec7b3 /config.h.cmake | |
| parent | select-tool: Only stop the rubberband when it was started (diff) | |
| download | inkscape-fa8a2ee7e2539b145a87ac9af0d9748effa91631.tar.gz inkscape-fa8a2ee7e2539b145a87ac9af0d9748effa91631.zip | |
GdkScreen deprecation fixes
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 35e9818a9..2cd660d87 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -56,6 +56,9 @@ /* Build with Gtkmm 3.10.x or higher */ #cmakedefine WITH_GTKMM_3_10 1 +/* Build with Gtkmm 3.22.x or higher */ +#cmakedefine WITH_GTKMM_3_22 1 + /* Build with GDL 3.6 or higher */ #cmakedefine WITH_GDL_3_6 1 |
