[maemo-commits] [maemo-commits] r13447 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 29 11:58:28 EEST 2007
Author: pavelek
Date: 2007-08-29 11:58:15 +0300 (Wed, 29 Aug 2007)
New Revision: 13447

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.h
Log:
Include the X11/Xlib.h in X composite code branch. Helps to get this built.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-29 08:24:42 UTC (rev 13446)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-29 08:58:15 UTC (rev 13447)
@@ -1,3 +1,9 @@
+2007-09-29  Jakub Pavelek  <jakub.pavelek at nokia.com>
+
+	* libhildondesktop/hildon-desktop-panel-window-composite.c: 
+	* libhildondesktop/hildon-desktop-panel-window-composite.h: include
+	also the X11/Xlib.h in the X_COMPOSITE code branch.
+
 2007-08-29  Johan Bilien  <johan.bilien at nokia.com>
 
 	* src/hd-home-window.c:

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c	2007-08-29 08:24:42 UTC (rev 13446)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c	2007-08-29 08:58:15 UTC (rev 13447)
@@ -33,6 +33,7 @@
 #include <libhildondesktop/hildon-desktop-picture.h>
 
 #ifdef HAVE_X_COMPOSITE
+#include <X11/Xlib.h>
 #include <X11/extensions/Xrender.h>
 #include <X11/extensions/Xcomposite.h>
 #include <X11/extensions/Xdamage.h>

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.h
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.h	2007-08-29 08:24:42 UTC (rev 13446)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.h	2007-08-29 08:58:15 UTC (rev 13447)
@@ -29,6 +29,7 @@
 #include <libhildondesktop/hildon-desktop-panel-window.h>
 
 #ifdef HAVE_X_COMPOSITE
+#include <X11/Xlib.h>
 #include <X11/extensions/Xdamage.h>
 #include <X11/extensions/Xrender.h>
 #endif


More information about the maemo-commits mailing list