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:
parent
1c86f4892b
commit
189360b5d8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user