[cig-commits] commit: Changing the included .h to be something more inline with the mac frameworks idea....

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:32 PST 2008


changeset:   73:72d9e034e17b
user:        JulianGiordani
date:        Tue Aug 26 07:57:24 2008 +0000
files:       Windowing/src/X11Window.c
description:
Changing the included .h to be something more inline with the mac frameworks idea....


diff -r 9e0442863086 -r 72d9e034e17b Windowing/src/X11Window.c
--- a/Windowing/src/X11Window.c	Mon Aug 18 13:55:47 2008 +0000
+++ b/Windowing/src/X11Window.c	Tue Aug 26 07:57:24 2008 +0000
@@ -39,7 +39,7 @@
 *+		Patrick Sunter
 *+		Greg Watson
 *+
-** $Id: X11Window.c 762 2008-03-14 05:25:56Z RobertTurnbull $
+** $Id: X11Window.c 787 2008-08-26 07:57:24Z JulianGiordani $
 ** 
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
@@ -56,7 +56,7 @@
 
 #include <assert.h>
 #ifdef __APPLE__
-#include <Power.h>
+#include <CoreServices/CoreServices.h>
 #endif
 
 #ifndef MASTER



More information about the CIG-COMMITS mailing list