If this flag would already work on the real app_server, one could test it in
the libbe_test environment... the classical chicken & egg problem. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33457 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -302,7 +302,7 @@ CardMessageFilter::Filter(BMessage* message, BHandler** target)
|
|||||||
CardWindow::CardWindow(BRect frame)
|
CardWindow::CardWindow(BRect frame)
|
||||||
:
|
:
|
||||||
BWindow(frame, "Haiku App Server", B_TITLED_WINDOW,
|
BWindow(frame, "Haiku App Server", B_TITLED_WINDOW,
|
||||||
B_NOT_ZOOMABLE | B_NOT_RESIZABLE),
|
B_NOT_ZOOMABLE | B_NOT_RESIZABLE | B_NO_SERVER_SIDE_WINDOW_MODIFIERS),
|
||||||
fUpdateRunner(NULL),
|
fUpdateRunner(NULL),
|
||||||
fUpdateRegion(),
|
fUpdateRegion(),
|
||||||
fUpdateLock("update lock")
|
fUpdateLock("update lock")
|
||||||
|
|||||||
Reference in New Issue
Block a user