X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=windows.h;h=8f06ffc38c85be20bf6681bb181ce2c72ee9291f;hb=891ff33aec8906fe8203910a26c56650ce74b904;hp=c802e055c056f61b51f40354f6e82b30e36f534e;hpb=8e65812566e9109f3d672ddfb4c4a30f042f917f;p=plomrogue diff --git a/windows.h b/windows.h index c802e05..8f06ffc 100644 --- a/windows.h +++ b/windows.h @@ -42,4 +42,4 @@ void draw_window_borders (struct Win *, char); void draw_all_windows (struct WinMeta *); void resize_active_window (struct WinMeta *, int, int); void cycle_active_window (struct WinMeta *, char); -void shift_window (struct WinMeta *, char); +void shift_active_window (struct WinMeta *, char);