summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2006-03-03 15:53:10 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-03-03 15:53:10 +0000
commit832968ddd619ae92120a352b4566c978911b2b69 (patch)
treee64f32a14d1afa116fcdcc4634345ef43f2b8e1f /src/Makefile.am
parent7a8e3c94fd5b721108b68f74bab85e5c0d3265aa (diff)
downloadmetacity-832968ddd619ae92120a352b4566c978911b2b69.tar.gz
Split the ScreenInfo data structure into separate, new files
Wed Mar 3 13:25:03 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c, src/c-screen.[ch]: Split the ScreenInfo data structure into separate, new files c-screen.[ch]. * src/errors.c (x_error_handler): Forward foreign errors to foreign displays. * src/errors.c (meta_errors_register_foreign_display): Implement this function * src/errors.h: Add new meta_errors_register_foreign_display()
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 110614e7..3565d1cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,8 @@ metacity_SOURCES= \
boxes.h \
boxes.c \
common.h \
+ c-screen.c \
+ c-screen.h \
compositor.c \
compositor.h \
constraints.c \