Moved to kLeftTitledWindowLook
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11222 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ee2b3d742
commit
cdd88ef06b
@ -1,5 +1,7 @@
|
||||
SubDir OBOS_TOP src add-ons input_server methods canna ;
|
||||
|
||||
UsePrivateHeaders interface ;
|
||||
|
||||
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||
|
||||
Addon canna : input_server/methods :
|
||||
|
@ -11,12 +11,13 @@
|
||||
#ifdef DEBUG
|
||||
#include <Debug.h>
|
||||
#endif
|
||||
#include "WindowPrivate.h"
|
||||
|
||||
#include "KouhoWindow.h"
|
||||
|
||||
KouhoWindow::KouhoWindow( BFont *font, BLooper *looper )
|
||||
:BWindow( DUMMY_RECT,
|
||||
"kouho", (window_look) 25/*B_FLOATING_WINDOW_LOOK*/,
|
||||
"kouho", kLeftTitledWindowLook,
|
||||
B_FLOATING_ALL_WINDOW_FEEL,
|
||||
B_NOT_RESIZABLE | B_NOT_CLOSABLE |
|
||||
B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_AVOID_FOCUS |
|
||||
|
Loading…
Reference in New Issue
Block a user