implemented add_system_beep_event()
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,6 +74,8 @@ enum {
|
||||
|
||||
MEDIA_SERVER_GET_FORMATS,
|
||||
MEDIA_SERVER_MAKE_FORMAT_FOR,
|
||||
|
||||
MEDIA_SERVER_SYSTEM_BEEP_EVENT
|
||||
};
|
||||
|
||||
// Raw port based communication
|
||||
@@ -1012,4 +1014,10 @@ struct controllable_set_parameter_data_reply : public reply_data
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
|
||||
enum {
|
||||
SYSTEM_BEEP_EVENT_INVOKE = 1,
|
||||
SYSTEM_BEEP_EVENT_ADD
|
||||
};
|
||||
#endif // _DATA_EXCHANGE_H
|
||||
|
||||
Reference in New Issue
Block a user