]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.h
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / stacking.h
index e226f36f97572ded36fd86386b2cf3fe3c4ab2a4..773f65887677881766be2b51f5d50d2cc8bdc829 100644 (file)
@@ -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);
This page took 0.024167 seconds and 4 git commands to generate.