X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=b18c02af8e61bd8bde77addaf0f5e52091a240aa;hb=9366b6dba5b72c4346bc509ac92b9f4035ec2339;hp=34ab05888956bfc0333e8c1a50c04b82e6a3ec80;hpb=e61f58462fe0cdd85090b621c6906b2885990071;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index 34ab0588..b18c02af 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -31,7 +31,7 @@ GList *stacking_list = NULL; /*! When true, stacking changes will not be reflected on the screen. This is to freeze the on-screen stacking order while a window is being temporarily raised during focus cycling */ -gboolean pause_changes = FALSE; +static gboolean pause_changes = FALSE; void stacking_set_list(void) { @@ -134,7 +134,7 @@ void stacking_temp_raise(ObWindow *window) pause_changes = TRUE; } -void stacking_restore() +void stacking_restore(void) { Window *win; GList *it;