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