Test: Add upstream tests

This commit is contained in:
Jonathan G Rennison
2023-12-13 19:05:34 +00:00
parent 24c8a8f887
commit 34668bff87
25 changed files with 1216 additions and 141 deletions

View File

@@ -94,7 +94,7 @@ std::bitset<WC_END> _present_window_types;
* List of all WindowDescs.
* This is a pointer to ensure initialisation order with the various static WindowDesc instances.
*/
static std::vector<WindowDesc*> *_window_descs = nullptr;
std::vector<WindowDesc*> *_window_descs = nullptr;
/** Config file to store WindowDesc */
std::string _windows_file;