2 * Copyright (C) 2008 Kim Woelders
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to
6 * deal in the Software without restriction, including without limitation the
7 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8 * sell copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies of the Software, its documentation and marketing & publicity
13 * materials, and acknowledgment shall be given in the documentation, materials
14 * and software packages that this Software was used.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47 SOUND_MOVE_AREA_RIGHT,
56 SOUND_SETTINGS_ACTIVE,
60 SOUND_SETTINGS_AUTORAISE,
62 SOUND_SETTINGS_COMPOSITE,
63 SOUND_SETTINGS_DESKTOPS,
67 SOUND_SETTINGS_ICONBOX,
69 SOUND_SETTINGS_MISCELLANEOUS,
70 SOUND_SETTINGS_MOVERESIZE,
72 SOUND_SETTINGS_PLACEMENT,
73 SOUND_SETTINGS_SESSION,
74 SOUND_SETTINGS_TOOLTIPS,
81 SOUND_WINDOW_BORDER_CHANGE,
82 SOUND_WINDOW_CHANGE_LAYER_DOWN,
83 SOUND_WINDOW_CHANGE_LAYER_UP,
86 SOUND_WINDOW_SLIDE_END,
94 void SoundPlay(int sound);
98 #define SoundPlay(sound) do{}while(0)
102 #endif /* _SOUNDS_H_ */