diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2008-01-05 03:14:07 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2008-01-05 03:17:27 -0800 |
commit | 7d226d6a251cb90765be2b50a1973986c5b7605b (patch) | |
tree | 13e5eb5ab41ea32dea1a9cc089d20d9eae08690b /hw/xquartz/Makefile.am | |
parent | 11967dce11cd953d123d53bb3389aa257c5158e8 (diff) |
XQuartz: Cleanup for strict-prototyping
Also fixed DarwinEQEnqueue to match changes to the callback
And also use dpmsstubs.c rather than copying the code into darwin.c
(cherry picked from commit 4c5c30a4beb7a427b00b18097f548876ad3c11d7)
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 9ac6e0a3e..99d23eb1f 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -19,6 +19,7 @@ DIST_SUBDIRS = xpr bundle libXquartz_la_SOURCES = \ $(top_srcdir)/fb/fbcmap_mi.c \ $(top_srcdir)/mi/miinitext.c \ + $(top_srcdir)/Xext/dpmsstubs.c \ X11Application.m \ X11Controller.m \ applewm.c \ |