Initialize all variables in the constructor

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-06-04 14:09:16 +00:00
parent 1c86f4892b
commit 189360b5d8

View File

@ -312,6 +312,8 @@ Desktop::Desktop(uid_t userID)
fActiveScreen(NULL),
fWindowLock("window lock"),
fMouseEventWindow(NULL),
fWindowUnderMouse(NULL),
fViewUnderMouse(B_NULL_TOKEN),
fFocus(NULL),
fFront(NULL),
fBack(NULL)