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