[ekiga] Use #define for a function declaration



commit 68b30e3e838a0ae630f5a24078cf321a9eb37da7
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu Jan 20 09:56:34 2011 +0100

    Use #define for a function declaration

 lib/gui/gmwindow.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/gui/gmwindow.c b/lib/gui/gmwindow.c
index bbf8f1e..236abc1 100644
--- a/lib/gui/gmwindow.c
+++ b/lib/gui/gmwindow.c
@@ -455,12 +455,14 @@ gm_window_get_hide_on_delete (GmWindow *window)
   return window->priv->hide_on_delete;
 }
 
+#ifndef WIN32
 // helper copied from gdk
 static void
 gdk_wmspec_change_state (gboolean add,
 			 GdkWindow *window,
 			 GdkAtom state1,
 			 GdkAtom state2);
+#endif
 
 void
 gm_window_set_always_on_top (GdkWindow *window,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]