Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
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/. */
5 #ifndef GDKKEYSYMS_WRAPPER_H
6 #define GDKKEYSYMS_WRAPPER_H
8 #include_next <gdk/gdkkeysyms.h>
10 #ifndef GDK_ISO_Level5_Shift
11 #define GDK_ISO_Level5_Shift 0xFE11
12 #endif
14 #ifndef GDK_ISO_Level5_Latch
15 #define GDK_ISO_Level5_Latch 0xFE12
16 #endif
18 #ifndef GDK_ISO_Level5_Lock
19 #define GDK_ISO_Level5_Lock 0xFE13
20 #endif
22 #ifndef GDK_dead_greek
23 #define GDK_dead_greek 0xFE8C
24 #endif
26 #ifndef GDK_ch
27 #define GDK_ch 0xFEA0
28 #endif
30 #ifndef GDK_Ch
31 #define GDK_Ch 0xFEA1
32 #endif
34 #ifndef GDK_CH
35 #define GDK_CH 0xFEA2
36 #endif
38 #ifndef GDK_c_h
39 #define GDK_c_h 0xFEA3
40 #endif
42 #ifndef GDK_C_h
43 #define GDK_C_h 0xFEA4
44 #endif
46 #ifndef GDK_C_H
47 #define GDK_C_H 0xFEA5
48 #endif
50 #ifndef GDK_MonBrightnessUp
51 #define GDK_MonBrightnessUp 0x1008FF02
52 #endif
54 #ifndef GDK_MonBrightnessDown
55 #define GDK_MonBrightnessDown 0x1008FF03
56 #endif
58 #ifndef GDK_AudioLowerVolume
59 #define GDK_AudioLowerVolume 0x1008FF11
60 #endif
62 #ifndef GDK_AudioMute
63 #define GDK_AudioMute 0x1008FF12
64 #endif
66 #ifndef GDK_AudioRaiseVolume
67 #define GDK_AudioRaiseVolume 0x1008FF13
68 #endif
70 #ifndef GDK_AudioPlay
71 #define GDK_AudioPlay 0x1008FF14
72 #endif
74 #ifndef GDK_AudioStop
75 #define GDK_AudioStop 0x1008FF15
76 #endif
78 #ifndef GDK_AudioPrev
79 #define GDK_AudioPrev 0x1008FF16
80 #endif
82 #ifndef GDK_AudioNext
83 #define GDK_AudioNext 0x1008FF17
84 #endif
86 #ifndef GDK_HomePage
87 #define GDK_HomePage 0x1008FF18
88 #endif
90 #ifndef GDK_Mail
91 #define GDK_Mail 0x1008FF19
92 #endif
94 #ifndef GDK_Search
95 #define GDK_Search 0x1008FF1B
96 #endif
98 #ifndef GDK_AudioRecord
99 #define GDK_AudioRecord 0x1008FF1C
100 #endif
102 #ifndef GDK_Back
103 #define GDK_Back 0x1008FF26
104 #endif
106 #ifndef GDK_Forward
107 #define GDK_Forward 0x1008FF27
108 #endif
110 #ifndef GDK_Stop
111 #define GDK_Stop 0x1008FF28
112 #endif
114 #ifndef GDK_Refresh
115 #define GDK_Refresh 0x1008FF29
116 #endif
118 #ifndef GDK_PowerOff
119 #define GDK_PowerOff 0x1008FF2A
120 #endif
122 #ifndef GDK_Eject
123 #define GDK_Eject 0x1008FF2C
124 #endif
126 #ifndef GDK_AudioPause
127 #define GDK_AudioPause 0x1008FF31
128 #endif
130 #ifndef GDK_BrightnessAdjust
131 #define GDK_BrightnessAdjust 0x1008FF3B
132 #endif
134 #ifndef GDK_AudioRewind
135 #define GDK_AudioRewind 0x1008FF3E
136 #endif
138 #ifndef GDK_Launch0
139 #define GDK_Launch0 0x1008FF40
140 #endif
142 #ifndef GDK_Launch1
143 #define GDK_Launch1 0x1008FF41
144 #endif
146 #ifndef GDK_Launch2
147 #define GDK_Launch2 0x1008FF42
148 #endif
150 #ifndef GDK_Launch3
151 #define GDK_Launch3 0x1008FF43
152 #endif
154 #ifndef GDK_Launch4
155 #define GDK_Launch4 0x1008FF44
156 #endif
158 #ifndef GDK_Launch5
159 #define GDK_Launch5 0x1008FF45
160 #endif
162 #ifndef GDK_Launch6
163 #define GDK_Launch6 0x1008FF46
164 #endif
166 #ifndef GDK_Launch7
167 #define GDK_Launch7 0x1008FF47
168 #endif
170 #ifndef GDK_Launch8
171 #define GDK_Launch8 0x1008FF48
172 #endif
174 #ifndef GDK_Launch9
175 #define GDK_Launch9 0x1008FF49
176 #endif
178 #ifndef GDK_LaunchA
179 #define GDK_LaunchA 0x1008FF4A
180 #endif
182 #ifndef GDK_LaunchB
183 #define GDK_LaunchB 0x1008FF4B
184 #endif
186 #ifndef GDK_LaunchC
187 #define GDK_LaunchC 0x1008FF4C
188 #endif
190 #ifndef GDK_LaunchD
191 #define GDK_LaunchD 0x1008FF4D
192 #endif
194 #ifndef GDK_LaunchE
195 #define GDK_LaunchE 0x1008FF4E
196 #endif
198 #ifndef GDK_LaunchF
199 #define GDK_LaunchF 0x1008FF4F
200 #endif
202 #ifndef GDK_Copy
203 #define GDK_Copy 0x1008FF57
204 #endif
206 #ifndef GDK_Cut
207 #define GDK_Cut 0x1008FF58
208 #endif
210 #ifndef GDK_Paste
211 #define GDK_Paste 0x1008FF6D
212 #endif
214 #ifndef GDK_Reload
215 #define GDK_Reload 0x1008FF73
216 #endif
218 #ifndef GDK_AudioRandomPlay
219 #define GDK_AudioRandomPlay 0x1008FF99
220 #endif
222 #ifndef GDK_Subtitle
223 #define GDK_Subtitle 0x1008FF9A
224 #endif
226 #ifndef GDK_Red
227 #define GDK_Red 0x1008FFA3
228 #endif
230 #ifndef GDK_Green
231 #define GDK_Green 0x1008FFA4
232 #endif
234 #ifndef GDK_Yellow
235 #define GDK_Yellow 0x1008FFA5
236 #endif
238 #ifndef GDK_Blue
239 #define GDK_Blue 0x1008FFA6
240 #endif
242 #ifndef GDK_TouchpadToggle
243 #define GDK_TouchpadToggle 0x1008FFA9
244 #endif
246 #ifndef GDK_TouchpadOn
247 #define GDK_TouchpadOn 0x1008FFB0
248 #endif
250 #ifndef GDK_TouchpadOff
251 #define GDK_TouchpadOff 0x1008ffb1
252 #endif
254 #ifndef GDK_LogWindowTree
255 #define GDK_LogWindowTree 0x1008FE24
256 #endif
258 #ifndef GDK_LogGrabInfo
259 #define GDK_LogGrabInfo 0x1008FE25
260 #endif
262 #ifndef GDK_Sleep
263 #define GDK_Sleep 0x1008FF2F
264 #endif
266 #endif /* GDKKEYSYMS_WRAPPER_H */