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:
Jérôme Duval
2005-08-01 12:53:23 +00:00
parent 9882caaadd
commit 1437c09cb7
6 changed files with 64 additions and 24 deletions
@@ -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;
};