diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
| commit | 9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch) | |
| tree | 4ab52e2891af75fb0cf0ba125fd69b727c71c56a /openbox/stacking.h | |
| parent | 0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff) | |
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'openbox/stacking.h')
| -rw-r--r-- | openbox/stacking.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h index e226f36f..773f6588 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -43,7 +43,7 @@ extern GList *stacking_list; /*! Sets the window stacking list on the root window from the stacking_list */ -void stacking_set_list(); +void stacking_set_list(void); void stacking_add(struct _ObWindow *win); void stacking_add_nonintrusive(struct _ObWindow *win); @@ -56,7 +56,7 @@ void stacking_raise(struct _ObWindow *window); void stacking_temp_raise(struct _ObWindow *window); /*! Restores any temporarily raised windows to their correct place */ -void stacking_restore(); +void stacking_restore(void); /*! Lowers a window below all others in its stacking layer */ void stacking_lower(struct _ObWindow *window); |
