screen_blanker signature is at one place
modules tab selection makes the right module selected git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13863 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,12 +18,15 @@ enum arrowDirection {
|
||||
CENTER
|
||||
};
|
||||
|
||||
#define SCREEN_BLANKER_SIG "application/x-vnd.Be.screenblanker"
|
||||
|
||||
class ScreenSaverPrefs
|
||||
{
|
||||
public:
|
||||
ScreenSaverPrefs();
|
||||
bool LoadSettings();
|
||||
void Defaults();
|
||||
BPath & GetPath() { return fSSPath;}
|
||||
|
||||
BRect WindowFrame() {return fWindowFrame;}
|
||||
int32 WindowTab() {return fWindowTab;}
|
||||
@@ -76,7 +79,7 @@ private:
|
||||
bool fIsNetworkPassword;
|
||||
|
||||
BMessage fSettings;
|
||||
BPath ssPath,networkPath;
|
||||
BPath fSSPath, fNetworkPath;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user