[ekiga] Use #define for a function declaration
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Use #define for a function declaration
- Date: Thu, 20 Jan 2011 08:57:43 +0000 (UTC)
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]