home · contact · privacy
Windows are no longer hardcoded. Winconf files now contain a draw function identifier.
[plomrogue] / src / main.h
index ee9fc9055c6377cd860607bb68b1004ff88b3a1f..792f29477777288025bdfcaba0b715807f7c1fc1 100644 (file)
@@ -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. */
 };