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
This commit is contained in:
Ryan Leavengood 2006-12-23 22:56:18 +00:00
parent 0e91b5924a
commit a06480efcb

View File

@ -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
};