X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=b516a4fdfad0ff2bb28458664e71706eb17980ff;hb=967562b96d9903fc73ee04716dbeb639e18db823;hp=79f895a1eed1d6171612e500d0a2f8d93bae388c;hpb=550d22ec0c3f530f5d317746f3f7e75251a1de4b;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index 79f895a..b516a4f 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -53,11 +53,13 @@ extern void init_wins(struct World * world); /* Toggle windows in world->wins in the order desribed by the first line of - * config/windows/toggled_win_order, wherein each character should correspond to - * one window the ID of which is found in world->winconf_ids. Unknown characters - * are silently ignored. + * config/windows/toggle_order_and_active, wherein each character should + * correspond to one window whose ID is found in world->winconf_ids. Unknown + * characters are silently ignored. The first character of the second line of + * the file is also read to determine which window to focus as active (but only + * if it fits the ID of a window thus toggled visible). */ -extern void sorted_wintoggle(struct World * world); +extern void sorted_wintoggle_and_activate(struct World * world); /* Reload windows in order and sizes defined in win config. */ extern void reload_win_config(struct World * world);