* Added a new window feel kPasswordWindowFeel that is above all other feels.
* Changed the password window to use this feel. * Later, the screen saver itself should use this feel whenever the password mode is enabled. The password window should then use a modal-app feel, but this doesn't work yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28281 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,6 +19,7 @@ const window_look kLeftTitledWindowLook = window_look(25);
|
||||
const window_feel kDesktopWindowFeel = window_feel(1024);
|
||||
const window_feel kMenuWindowFeel = window_feel(1025);
|
||||
const window_feel kWindowScreenFeel = window_feel(1026);
|
||||
const window_feel kPasswordWindowFeel = window_feel(1027);
|
||||
|
||||
/* Private window types */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user