fix build for KWIN_BUILD_SCREENEDGES=OFF

BUG: 299326
FIXED-IN: 4.9
This commit is contained in:
Thomas Lübking 2012-05-03 22:54:16 +02:00
parent a332bf183b
commit 8436d99e46

View file

@ -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)