X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmain.h;h=792f29477777288025bdfcaba0b715807f7c1fc1;hb=a3f3ab528bed86b504ef831f5db81ea2f68e3cd3;hp=ee9fc9055c6377cd860607bb68b1004ff88b3a1f;hpb=b98ec5140cb2691a729275c0a35af0071d743262;p=plomrogue diff --git a/src/main.h b/src/main.h index ee9fc90..792f294 100644 --- a/src/main.h +++ b/src/main.h @@ -38,6 +38,7 @@ struct World struct CommandDB * cmd_db; /* Pointer to the command database. */ struct WinMeta * wmeta; /* Pointer to window manager's WinMeta. */ struct WinConf * winconfs; /* Pointer to windows' configurations. */ + char * winconf_ids; /* Pointer to string of Winconfs' ids. */ };