fix build for KWIN_BUILD_SCREENEDGES=OFF
BUG: 299326 FIXED-IN: 4.9
This commit is contained in:
parent
a332bf183b
commit
8436d99e46
1 changed files with 2 additions and 0 deletions
|
@ -107,7 +107,9 @@ Workspace::Workspace(bool restore)
|
|||
, desktopGridSize_(1, 2) // Default to two rows
|
||||
, desktopGrid_(new int[2])
|
||||
, currentDesktop_(0)
|
||||
#ifdef KWIN_BUILD_SCREENEDGES
|
||||
, m_screenEdgeOrientation(0)
|
||||
#endif
|
||||
// Unsorted
|
||||
, active_popup(NULL)
|
||||
, active_popup_client(NULL)
|
||||
|
|
Loading…
Reference in a new issue