fix crash in single-monitor execp

This commit is contained in:
Chris Lee
2021-05-01 19:15:38 +02:00
parent 5e8c65b87e
commit 66a6238014
2 changed files with 8 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ typedef struct Execp {
ExecpBackend *backend;
// Set only for frontend Execp items.
ExecpFrontend *frontend;
bool dummy;
} Execp;
// Called before the config is read and panel_config/panels are created.