now uses kLeftTitledWindowLook from WindowPrivate.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11220 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9965d18a07
commit
ceba21721e
@ -15,10 +15,11 @@
|
||||
|
||||
#include "BottomlineWindow.h"
|
||||
#include "InputServer.h"
|
||||
#include "WindowPrivate.h"
|
||||
|
||||
BottomlineWindow::BottomlineWindow(const BFont *font)
|
||||
: BWindow(BRect(0,0,350,16), "",
|
||||
(window_look) 25/*B_FLOATING_WINDOW_LOOK*/,
|
||||
kLeftTitledWindowLook,
|
||||
B_FLOATING_ALL_WINDOW_FEEL,
|
||||
B_NOT_V_RESIZABLE | B_NOT_CLOSABLE |
|
||||
B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_AVOID_FOCUS |
|
||||
|
@ -33,6 +33,7 @@ AddResources input_server : input_server.rdef ;
|
||||
|
||||
UsePrivateHeaders app ;
|
||||
UsePrivateHeaders input ;
|
||||
UsePrivateHeaders interface ;
|
||||
UsePrivateHeaders storage ;
|
||||
|
||||
SubDirC++Flags -DADD_ON_STABLE_SECONDS=1 ; # for AddOnMonitorHandler.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user