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:
Stephan Aßmus
2009-10-06 09:25:58 +00:00
parent c0f44af061
commit a1a5c7b1d1
+1 -1
View File
@@ -302,7 +302,7 @@ CardMessageFilter::Filter(BMessage* message, BHandler** target)
CardWindow::CardWindow(BRect frame)
:
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),
fUpdateRegion(),
fUpdateLock("update lock")