summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2010-06-24 20:41:28 +0200
committerFlorian Müllner <fmuellner@gnome.org>2010-09-17 16:00:03 +0200
commit97e2b4666b5551a7ac0e290bf3d62a5eb2d5ac8b (patch)
tree0cda26ef78ba20c437a5d14f70d442cca3c2f0e4 /src/Makefile.am
parent7d8cc4f940780b5da2789d39d97b3f9ece4b588f (diff)
downloadmutter-97e2b4666b5551a7ac0e290bf3d62a5eb2d5ac8b.tar.gz
Implement side-by-side tiling
When dragging a window over a screen edge and dropping it there, maximize it vertically and scale it horizontally to cover the corresponding half of the current monitor. Whenever a "hot area" which triggers this behavior is entered, an indication of window's target size is displayed after a short delay to avoid distraction when moving a window between monitors. https://bugzilla.gnome.org/show_bug.cgi?id=606260
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 43916e533..c9d92aa56 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,6 +118,8 @@ mutter_SOURCES= \
include/resizepopup.h \
ui/tabpopup.c \
include/tabpopup.h \
+ ui/tile-preview.c \
+ include/tile-preview.h \
ui/theme-parser.c \
ui/theme-parser.h \
ui/theme.c \