home · contact · privacy
Removed fragment of old shift_active_win(), moved one explanatory comment from it...
[plomrogue] / src / windows.h
index 9414dd5cc541d5fb525094b40d85ba79447dc6c4..3a6ebd5cabf7c529cfae45ec06b21d149b689b0a 100644 (file)
@@ -148,11 +148,8 @@ extern void cycle_active_win(struct WinMeta * wmeta, char dir);
 
 
 /* Move active window forwards (set dir="f") or backwards (set dir="b"). Wrap
- * around in the window chain if start / end of it is met.
- *
- * Return 0 on success, and 1 on (ncurses window/pad memory allocation) error.
- */
-extern uint8_t shift_active_win(struct WinMeta * wmeta, char dir);
+ * around in the window chain if start / end of it is met. */
+extern void shift_active_win(struct WinMeta * wmeta, char dir);