Deskbar: converted to BServer.
This commit is contained in:
@@ -11,7 +11,6 @@ target desktop {
|
||||
|
||||
service x-vnd.Be-TSKB {
|
||||
launch /system/Deskbar
|
||||
legacy
|
||||
on {
|
||||
initial_volumes_mounted
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ main()
|
||||
|
||||
TBarApp::TBarApp()
|
||||
:
|
||||
BApplication(kDeskbarSignature),
|
||||
BServer(kDeskbarSignature, true, NULL),
|
||||
fSettingsFile(NULL),
|
||||
fClockSettingsFile(NULL),
|
||||
fPreferencesWindow(NULL)
|
||||
|
||||
@@ -36,7 +36,7 @@ All rights reserved.
|
||||
#define BAR_APP_H
|
||||
|
||||
|
||||
#include <Application.h>
|
||||
#include <Server.h>
|
||||
|
||||
#include "BarSettings.h"
|
||||
|
||||
@@ -105,7 +105,7 @@ public:
|
||||
BBitmap* iconCache[kIconCacheCount];
|
||||
};
|
||||
|
||||
class TBarApp : public BApplication {
|
||||
class TBarApp : public BServer {
|
||||
public:
|
||||
TBarApp();
|
||||
virtual ~TBarApp();
|
||||
|
||||
Reference in New Issue
Block a user