|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 #ifndef GDKKEYSYMS_WRAPPER_H |
|
6 #define GDKKEYSYMS_WRAPPER_H |
|
7 |
|
8 #include_next <gdk/gdkkeysyms.h> |
|
9 |
|
10 #ifndef GDK_ISO_Level5_Shift |
|
11 #define GDK_ISO_Level5_Shift 0xFE11 |
|
12 #endif |
|
13 |
|
14 #ifndef GDK_ISO_Level5_Latch |
|
15 #define GDK_ISO_Level5_Latch 0xFE12 |
|
16 #endif |
|
17 |
|
18 #ifndef GDK_ISO_Level5_Lock |
|
19 #define GDK_ISO_Level5_Lock 0xFE13 |
|
20 #endif |
|
21 |
|
22 #ifndef GDK_dead_greek |
|
23 #define GDK_dead_greek 0xFE8C |
|
24 #endif |
|
25 |
|
26 #ifndef GDK_ch |
|
27 #define GDK_ch 0xFEA0 |
|
28 #endif |
|
29 |
|
30 #ifndef GDK_Ch |
|
31 #define GDK_Ch 0xFEA1 |
|
32 #endif |
|
33 |
|
34 #ifndef GDK_CH |
|
35 #define GDK_CH 0xFEA2 |
|
36 #endif |
|
37 |
|
38 #ifndef GDK_c_h |
|
39 #define GDK_c_h 0xFEA3 |
|
40 #endif |
|
41 |
|
42 #ifndef GDK_C_h |
|
43 #define GDK_C_h 0xFEA4 |
|
44 #endif |
|
45 |
|
46 #ifndef GDK_C_H |
|
47 #define GDK_C_H 0xFEA5 |
|
48 #endif |
|
49 |
|
50 #ifndef GDK_MonBrightnessUp |
|
51 #define GDK_MonBrightnessUp 0x1008FF02 |
|
52 #endif |
|
53 |
|
54 #ifndef GDK_MonBrightnessDown |
|
55 #define GDK_MonBrightnessDown 0x1008FF03 |
|
56 #endif |
|
57 |
|
58 #ifndef GDK_AudioLowerVolume |
|
59 #define GDK_AudioLowerVolume 0x1008FF11 |
|
60 #endif |
|
61 |
|
62 #ifndef GDK_AudioMute |
|
63 #define GDK_AudioMute 0x1008FF12 |
|
64 #endif |
|
65 |
|
66 #ifndef GDK_AudioRaiseVolume |
|
67 #define GDK_AudioRaiseVolume 0x1008FF13 |
|
68 #endif |
|
69 |
|
70 #ifndef GDK_AudioPlay |
|
71 #define GDK_AudioPlay 0x1008FF14 |
|
72 #endif |
|
73 |
|
74 #ifndef GDK_AudioStop |
|
75 #define GDK_AudioStop 0x1008FF15 |
|
76 #endif |
|
77 |
|
78 #ifndef GDK_AudioPrev |
|
79 #define GDK_AudioPrev 0x1008FF16 |
|
80 #endif |
|
81 |
|
82 #ifndef GDK_AudioNext |
|
83 #define GDK_AudioNext 0x1008FF17 |
|
84 #endif |
|
85 |
|
86 #ifndef GDK_HomePage |
|
87 #define GDK_HomePage 0x1008FF18 |
|
88 #endif |
|
89 |
|
90 #ifndef GDK_Mail |
|
91 #define GDK_Mail 0x1008FF19 |
|
92 #endif |
|
93 |
|
94 #ifndef GDK_Search |
|
95 #define GDK_Search 0x1008FF1B |
|
96 #endif |
|
97 |
|
98 #ifndef GDK_AudioRecord |
|
99 #define GDK_AudioRecord 0x1008FF1C |
|
100 #endif |
|
101 |
|
102 #ifndef GDK_Back |
|
103 #define GDK_Back 0x1008FF26 |
|
104 #endif |
|
105 |
|
106 #ifndef GDK_Forward |
|
107 #define GDK_Forward 0x1008FF27 |
|
108 #endif |
|
109 |
|
110 #ifndef GDK_Stop |
|
111 #define GDK_Stop 0x1008FF28 |
|
112 #endif |
|
113 |
|
114 #ifndef GDK_Refresh |
|
115 #define GDK_Refresh 0x1008FF29 |
|
116 #endif |
|
117 |
|
118 #ifndef GDK_PowerOff |
|
119 #define GDK_PowerOff 0x1008FF2A |
|
120 #endif |
|
121 |
|
122 #ifndef GDK_Eject |
|
123 #define GDK_Eject 0x1008FF2C |
|
124 #endif |
|
125 |
|
126 #ifndef GDK_AudioPause |
|
127 #define GDK_AudioPause 0x1008FF31 |
|
128 #endif |
|
129 |
|
130 #ifndef GDK_BrightnessAdjust |
|
131 #define GDK_BrightnessAdjust 0x1008FF3B |
|
132 #endif |
|
133 |
|
134 #ifndef GDK_AudioRewind |
|
135 #define GDK_AudioRewind 0x1008FF3E |
|
136 #endif |
|
137 |
|
138 #ifndef GDK_Launch0 |
|
139 #define GDK_Launch0 0x1008FF40 |
|
140 #endif |
|
141 |
|
142 #ifndef GDK_Launch1 |
|
143 #define GDK_Launch1 0x1008FF41 |
|
144 #endif |
|
145 |
|
146 #ifndef GDK_Launch2 |
|
147 #define GDK_Launch2 0x1008FF42 |
|
148 #endif |
|
149 |
|
150 #ifndef GDK_Launch3 |
|
151 #define GDK_Launch3 0x1008FF43 |
|
152 #endif |
|
153 |
|
154 #ifndef GDK_Launch4 |
|
155 #define GDK_Launch4 0x1008FF44 |
|
156 #endif |
|
157 |
|
158 #ifndef GDK_Launch5 |
|
159 #define GDK_Launch5 0x1008FF45 |
|
160 #endif |
|
161 |
|
162 #ifndef GDK_Launch6 |
|
163 #define GDK_Launch6 0x1008FF46 |
|
164 #endif |
|
165 |
|
166 #ifndef GDK_Launch7 |
|
167 #define GDK_Launch7 0x1008FF47 |
|
168 #endif |
|
169 |
|
170 #ifndef GDK_Launch8 |
|
171 #define GDK_Launch8 0x1008FF48 |
|
172 #endif |
|
173 |
|
174 #ifndef GDK_Launch9 |
|
175 #define GDK_Launch9 0x1008FF49 |
|
176 #endif |
|
177 |
|
178 #ifndef GDK_LaunchA |
|
179 #define GDK_LaunchA 0x1008FF4A |
|
180 #endif |
|
181 |
|
182 #ifndef GDK_LaunchB |
|
183 #define GDK_LaunchB 0x1008FF4B |
|
184 #endif |
|
185 |
|
186 #ifndef GDK_LaunchC |
|
187 #define GDK_LaunchC 0x1008FF4C |
|
188 #endif |
|
189 |
|
190 #ifndef GDK_LaunchD |
|
191 #define GDK_LaunchD 0x1008FF4D |
|
192 #endif |
|
193 |
|
194 #ifndef GDK_LaunchE |
|
195 #define GDK_LaunchE 0x1008FF4E |
|
196 #endif |
|
197 |
|
198 #ifndef GDK_LaunchF |
|
199 #define GDK_LaunchF 0x1008FF4F |
|
200 #endif |
|
201 |
|
202 #ifndef GDK_Copy |
|
203 #define GDK_Copy 0x1008FF57 |
|
204 #endif |
|
205 |
|
206 #ifndef GDK_Cut |
|
207 #define GDK_Cut 0x1008FF58 |
|
208 #endif |
|
209 |
|
210 #ifndef GDK_Paste |
|
211 #define GDK_Paste 0x1008FF6D |
|
212 #endif |
|
213 |
|
214 #ifndef GDK_Reload |
|
215 #define GDK_Reload 0x1008FF73 |
|
216 #endif |
|
217 |
|
218 #ifndef GDK_AudioRandomPlay |
|
219 #define GDK_AudioRandomPlay 0x1008FF99 |
|
220 #endif |
|
221 |
|
222 #ifndef GDK_Subtitle |
|
223 #define GDK_Subtitle 0x1008FF9A |
|
224 #endif |
|
225 |
|
226 #ifndef GDK_Red |
|
227 #define GDK_Red 0x1008FFA3 |
|
228 #endif |
|
229 |
|
230 #ifndef GDK_Green |
|
231 #define GDK_Green 0x1008FFA4 |
|
232 #endif |
|
233 |
|
234 #ifndef GDK_Yellow |
|
235 #define GDK_Yellow 0x1008FFA5 |
|
236 #endif |
|
237 |
|
238 #ifndef GDK_Blue |
|
239 #define GDK_Blue 0x1008FFA6 |
|
240 #endif |
|
241 |
|
242 #ifndef GDK_TouchpadToggle |
|
243 #define GDK_TouchpadToggle 0x1008FFA9 |
|
244 #endif |
|
245 |
|
246 #ifndef GDK_TouchpadOn |
|
247 #define GDK_TouchpadOn 0x1008FFB0 |
|
248 #endif |
|
249 |
|
250 #ifndef GDK_TouchpadOff |
|
251 #define GDK_TouchpadOff 0x1008ffb1 |
|
252 #endif |
|
253 |
|
254 #ifndef GDK_LogWindowTree |
|
255 #define GDK_LogWindowTree 0x1008FE24 |
|
256 #endif |
|
257 |
|
258 #ifndef GDK_LogGrabInfo |
|
259 #define GDK_LogGrabInfo 0x1008FE25 |
|
260 #endif |
|
261 |
|
262 #ifndef GDK_Sleep |
|
263 #define GDK_Sleep 0x1008FF2F |
|
264 #endif |
|
265 |
|
266 #endif /* GDKKEYSYMS_WRAPPER_H */ |