2009-03-02 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Mar 2009 10:03:18 +0000 (10:03 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Mar 2009 10:03:18 +0000 (10:03 +0000)
* examples/hildon-remote-texture-example.c: Include
hildon-remote-texture.h explicitely.
* src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
applications not defining _XOPEN_SOURCE which don't require this header.

ChangeLog
examples/hildon-remote-texture-example.c
src/hildon.h

index 6dfe251..294f92b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-remote-texture-example.c: Include
+       hildon-remote-texture.h explicitely.
+       * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
+       applications not defining _XOPEN_SOURCE which don't require this header.
+
 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
 
        * doc/hildon-sections.txt
index 0964e5f..aa2f889 100644 (file)
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <math.h>
 #include "hildon.h"
+#include "hildon-remote-texture.h"
 
 #define W 800
 #define H 480
index 41c0e12..b593c0e 100644 (file)
@@ -71,7 +71,6 @@
 #include                                        "hildon-stackable-window.h"
 #include                                        "hildon-window-stack.h"
 #include                                        "hildon-animation-actor.h"
-#include                                        "hildon-remote-texture.h"
 #include                                        "hildon-wizard-dialog.h"
 #include                                        "hildon-calendar.h"
 #include                                        "hildon-bread-crumb-trail.h"