summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2006-05-25 19:18:34 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-05-25 19:18:34 +0000
commited37bcc25843fe442b53c52466b5b0df0201c031 (patch)
tree23f26c4da97ec80077dbe6a16f9c85d1ce6db54d
parentcb84bc3e1d62d6adf385a3d5972c0b6a34e11752 (diff)
downloadmetacity-ed37bcc25843fe442b53c52466b5b0df0201c031.tar.gz
Fix compilation in non-compositor case, by moving the stack functions into
Thu May 25 15:17:29 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c: Fix compilation in non-compositor case, by moving the stack functions into the HAVE_COMPOSITOR defines.
-rw-r--r--ChangeLog5
-rw-r--r--src/c-window.c8
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e10999a9..20385665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 25 15:17:29 2006 Søren Sandmann <sandmann@redhat.com>
+
+ * src/c-window.c: Fix compilation in non-compositor case, by
+ moving the stack functions into the HAVE_COMPOSITOR defines.
+
Thu May 25 15:11:58 2006 Søren Sandmann <sandmann@redhat.com>
* src/c-window.h: Add a destroy notifier to the window.
diff --git a/src/c-window.c b/src/c-window.c
index 9ac65c88..5aeee863 100644
--- a/src/c-window.c
+++ b/src/c-window.c
@@ -1055,11 +1055,6 @@ meta_comp_window_bounce (MetaCompWindow *comp_window,
g_idle_add (update_bounce, info);
}
-#endif
-
-#if 0
-#endif
-
void
meta_comp_window_freeze_stack (MetaCompWindow *comp_window)
{
@@ -1078,3 +1073,6 @@ meta_comp_window_stack_frozen (MetaCompWindow *comp_window)
return comp_window->stack_freeze_count > 0;
}
+#endif
+
+