From a06480efcbdee765c93fc1ad046c88c6ea904b63 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Sat, 23 Dec 2006 22:56:18 +0000 Subject: [PATCH] Addition of constant used when restarting the input_server within the app_server. I added it at the end. Feel free to move it to a better spot, if there is one. Note that putting it in the middle with require recompiling a lot of things. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19614 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index ede2c46b19..55a153c2d7 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -288,6 +288,9 @@ enum { AS_DIRECT_WINDOW_GET_SYNC_DATA, AS_DIRECT_WINDOW_SET_FULLSCREEN, + // Notification of event stream closing to restart input_server + AS_EVENT_STREAM_CLOSED, + AS_LAST_CODE };