* Shortcut messages now add a boolean "shutdown" field to the message - this

prevents Tracker from being quit by Command+Q.
* Also, it's now possible (as on R5) to remove the Command+Q shortcut.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16411 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-15 17:21:46 +00:00
parent 9bce8e570a
commit 35e74831d4
2 changed files with 23 additions and 9 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2005, Haiku.
* Copyright 2001-2006, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -325,6 +325,8 @@ private:
bigtime_t fPulseRate;
bool fWaitingForMenu;
bool fMinimized;
bool fNoQuitShortcut;
bool _unused2;
sem_id fMenuSem;
float fMaxZoomHeight;
float fMaxZoomWidth;