X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=ba81ea36275bd3041f102ac62cc1fd13add04cd2;hb=604c6b4e4faa76de673ab25aa459a35d8cf7f044;hp=33c3b76f397296f1fd2774245c2b7d297c3bd749;hpb=f6aaf0667ee0f1ab62342ff7becca2beb6cabc9c;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index 33c3b76..ba81ea3 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -17,7 +17,7 @@ struct World; /* Wrapper around init_win() that reads the desired window size from a file - * at the path prefixing the provided win name "w_name" with "config/Win_". + * at the path prefixing the provided win name "w_name" with "config/windows/". * "f" is the window drawing function (Win._draw()). */ extern struct Win init_win_from_file(struct World * world, char * w_name, @@ -27,8 +27,8 @@ extern struct Win init_win_from_file(struct World * world, char * w_name, /* Toggle windows in world->wins in the order desribed by the first line of - * config/toggled_win_order, wherein each character may correspond to one - * hardcoded window. + * config/windows/toggled_win_order, wherein each character may correspond to + * one hardcoded window. */ extern void sorted_wintoggle(struct World * world);