1
0
Fork 0

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.
This commit is contained in:
Søren Sandmann 2006-05-25 19:18:34 +00:00 committed by Søren Sandmann Pedersen
parent cb84bc3e1d
commit ed37bcc258
2 changed files with 8 additions and 5 deletions

View file

@ -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.

View file

@ -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