summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-06-15 22:18:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-06-15 22:18:12 +0000
commitc3b63c96d7180ed4fcae14afcd0e88bae3c2d3c9 (patch)
tree3e9e22f5dd73ec6483482a6a2c21f75f63ad32bd /src/Makefile.am
parent899b6347b1bbb5ff9d777ab21cad2d5a20ea3260 (diff)
downloadmetacity-c3b63c96d7180ed4fcae14afcd0e88bae3c2d3c9.tar.gz
workspace-drawing code factored out of libwnck, needs wiring up to
2002-06-15 Havoc Pennington <hp@pobox.com> * src/draw-workspace.h, src/draw-workspace.c: workspace-drawing code factored out of libwnck, needs wiring up to tabpopup.c (which is kind of annoying since you have to get the list of workspaces and MetaWindow across the barrier between the GDK-aware and non-GDK-aware sides of metacity)
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 f2c21990..5f22dbba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,8 @@ metacity_SOURCES= \
delete.c \
display.c \
display.h \
+ draw-workspace.c \
+ draw-workspace.h \
effects.c \
effects.h \
errors.c \