X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fclient%2Fwindows.h;fp=src%2Fclient%2Fwindows.h;h=59cf64dec6da821a99207d7ce98b49373d2845c1;hb=a053b626309d3d9c51caecf35a018b6e1df5ecb5;hp=d8da5be1c71d24298421fa61bd95f67dfb1847e2;hpb=d31e6fe45b213eb5033cac5abdece4c2db59d284;p=plomrogue diff --git a/src/client/windows.h b/src/client/windows.h index d8da5be..59cf64d 100644 --- a/src/client/windows.h +++ b/src/client/windows.h @@ -70,8 +70,8 @@ extern uint16_t center_offset(uint16_t position, /* Get Win of "id". */ extern struct Win * get_win_by_id(char id); -/* Read/write individual Win (identified by "c") and world.windb.order / - * world.windb.active from/to "file". Follow writing with "delim" delimiter. +/* Read/write individual Win (identified by "c") and world.winDB.order / + * world.winDB.active from/to "file". Follow writing with "delim" delimiter. * Use "line" and "linemax" as expected by try_fgets(). */ extern uint8_t read_winconf_from_file(char * line, uint32_t linemax, @@ -84,8 +84,8 @@ extern void write_order_wins_visible_active(FILE * file, char * delim); /* Builds virtual sreen from .t_screen's size, fits win's sizes to them.*/ extern void make_v_screen_and_init_win_sizes(); -/* Free all WinDB data. */ -extern void free_windb(); +/* Free all winDB data. */ +extern void free_winDB(); /* The SIGWINCH handler winch_called() merely sets world.winch to 1. This info * is used by io_loop() to call reset_windows_on_winch(), which adapts the