summaryrefslogtreecommitdiffstats
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-01-07 15:30:32 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-01-07 16:37:02 +0000
commitb706e529a4c10be331a1ca5d0d004cf24e8e5e9a (patch)
tree9de055b9928895a215187197c935e720d47c7b12 /src/ui/CMakeLists.txt
parentLet GTK+ / window managers handle window position sanitizing (diff)
downloadinkscape-b706e529a4c10be331a1ca5d0d004cf24e8e5e9a.tar.gz
inkscape-b706e529a4c10be331a1ca5d0d004cf24e8e5e9a.zip
Add convenience functions to obtain monitor geometry
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index fecb14a91..b9933bba6 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -5,6 +5,7 @@ set(ui_SRC
dialog-events.cpp
draw-anchor.cpp
interface.cpp
+ monitor.cpp
previewholder.cpp
selected-color.cpp
shape-editor.cpp
@@ -186,6 +187,7 @@ set(ui_SRC
event-debug.h
icon-names.h
interface.h
+ monitor.h
previewable.h
previewfillable.h
previewholder.h