summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/stacking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h
index 8a8ca099..24151249 100644
--- a/openbox/stacking.h
+++ b/openbox/stacking.h
@@ -19,7 +19,7 @@ typedef enum {
} ObStackingLayer;
/* list of ObWindow*s in stacking order from highest to lowest */
-extern GList *stacking_list;
+extern GList *stacking_list;
/*! Sets the window stacking list on the root window from the
stacking_list */