mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
cb84bc3e1d
commit
ed37bcc258
@ -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>
|
Thu May 25 15:11:58 2006 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
* src/c-window.h: Add a destroy notifier to the window.
|
* src/c-window.h: Add a destroy notifier to the window.
|
||||||
|
@ -1055,11 +1055,6 @@ meta_comp_window_bounce (MetaCompWindow *comp_window,
|
|||||||
g_idle_add (update_bounce, info);
|
g_idle_add (update_bounce, info);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_comp_window_freeze_stack (MetaCompWindow *comp_window)
|
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;
|
return comp_window->stack_freeze_count > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user