X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fwindows.h;h=3a6ebd5cabf7c529cfae45ec06b21d149b689b0a;hb=ad35bfb15825033c8482e859aa2b7c4cee8544e9;hp=9414dd5cc541d5fb525094b40d85ba79447dc6c4;hpb=bed76e36029b889501cf45e6852830fbfa35ea11;p=plomrogue diff --git a/src/windows.h b/src/windows.h index 9414dd5..3a6ebd5 100644 --- a/src/windows.h +++ b/src/windows.h @@ -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);