Add facility to communicate with the desktop listener over an app server link. The ServerWindow dispatch the message to the DesktopObservable which dispatch it to the correct listener.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38169 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -333,6 +333,9 @@ enum {
|
||||
AS_DIRECT_WINDOW_SET_FULLSCREEN,
|
||||
AS_DIRECT_SCREEN_LOCK,
|
||||
|
||||
// desktop listener communications
|
||||
AS_TALK_TO_DESKTOP_LISTENER,
|
||||
|
||||
AS_LAST_CODE
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user