X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmain.h;h=792f29477777288025bdfcaba0b715807f7c1fc1;hb=6f9c0f49233065ed1ce0bae8862902e3cead639e;hp=ee9fc9055c6377cd860607bb68b1004ff88b3a1f;hpb=db346802082f53faf4d49f234c0ba2cf86221d1e;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. */ };