r1990 - trunk/src/target/OM-2007/applications/openmoko-footer/src
alphaone at sita.openmoko.org
alphaone at sita.openmoko.org
Thu May 17 04:10:32 CEST 2007
Author: alphaone
Date: 2007-05-17 04:10:31 +0200 (Thu, 17 May 2007)
New Revision: 1990
Modified:
trunk/src/target/OM-2007/applications/openmoko-footer/src/callbacks.h
trunk/src/target/OM-2007/applications/openmoko-footer/src/footer.h
trunk/src/target/OM-2007/applications/openmoko-footer/src/main.h
trunk/src/target/OM-2007/applications/openmoko-footer/src/misc.h
Log:
* src/callbacks.h, src/footer.h, src/main.h, src/misc.h:
Add proper #ifdefs around header files
Modified: trunk/src/target/OM-2007/applications/openmoko-footer/src/callbacks.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/src/callbacks.h 2007-05-17 02:00:01 UTC (rev 1989)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/src/callbacks.h 2007-05-17 02:10:31 UTC (rev 1990)
@@ -17,6 +17,8 @@
* General Public License for more details.
*/
+#ifndef _CALLBACKS_H_
+#define _CALLBACKS_H_
#include <gtk/gtk.h>
@@ -40,3 +42,5 @@
GdkFilterReturn root_window_event_filter_cb (GdkXEvent *xevent,
GdkEvent *event, gpointer user_data);
+
+#endif
Modified: trunk/src/target/OM-2007/applications/openmoko-footer/src/footer.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/src/footer.h 2007-05-17 02:00:01 UTC (rev 1989)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/src/footer.h 2007-05-17 02:10:31 UTC (rev 1990)
@@ -16,8 +16,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
-#ifndef OPENMOKO_FOOTER_H
-#define OPENMOKO_FOOTER_H
+#ifndef _FOOTER_H_
+#define _FOOTER_H_
#include <glib.h>
#include <glib-object.h>
@@ -77,4 +77,5 @@
G_END_DECLS
-#endif /* OPENMOKO_FOOTER_H */
+#endif /* _FOOTER_H_ */
+
Modified: trunk/src/target/OM-2007/applications/openmoko-footer/src/main.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/src/main.h 2007-05-17 02:00:01 UTC (rev 1989)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/src/main.h 2007-05-17 02:10:31 UTC (rev 1990)
@@ -17,8 +17,8 @@
* General Public License for more details.
*/
-#ifndef OM_TASK_MANAGER_H
-#define OM_TASK_MANAGER_H
+#ifndef _MAIN_H_
+#define _MAIN_H_
#include <gtk/gtk.h>
#include "footer.h"
Modified: trunk/src/target/OM-2007/applications/openmoko-footer/src/misc.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/src/misc.h 2007-05-17 02:00:01 UTC (rev 1989)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/src/misc.h 2007-05-17 02:10:31 UTC (rev 1990)
@@ -1,5 +1,5 @@
-#ifndef _FOOTER_MISC_H
-#define _FOOTER_MISC_H
+#ifndef _MISC_H_
+#define _MISC_H_
#include <X11/Xlib.h>
#include <X11/Xutil.h>
More information about the commitlog
mailing list