Test: Add upstream tests
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user