summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-04-15 01:22:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-04-15 01:22:17 +0000
commit59c80255ddd1de9698a75c49ec7a6a1b7c4c1069 (patch)
tree53236090da5c6c6fc92e948e94d4c2859ae163f8 /src/Makefile.am
parenta3770925c652e0d2bab15f5bd46fa740345a28d0 (diff)
downloadMana-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.gz
Mana-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.bz2
Mana-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.tar.xz
Mana-59c80255ddd1de9698a75c49ec7a6a1b7c4c1069.zip
Reimplemented window resizing. It is now once again possible to resize windows
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a71414ed..d491ca4b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,7 @@
bin_PROGRAMS = tmw
-tmw_SOURCES = gui/browserbox.cpp \
+tmw_SOURCES = gui/widgets/resizegrip.cpp \
+ gui/widgets/resizegrip.h \
+ gui/browserbox.cpp \
gui/browserbox.h \
gui/buddywindow.cpp \
gui/buddywindow.h \