widget/gtk/compat/gdk/gdkkeysyms.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/widget/gtk/compat/gdk/gdkkeysyms.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,266 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#ifndef GDKKEYSYMS_WRAPPER_H
     1.9 +#define GDKKEYSYMS_WRAPPER_H
    1.10 +
    1.11 +#include_next <gdk/gdkkeysyms.h>
    1.12 +
    1.13 +#ifndef GDK_ISO_Level5_Shift
    1.14 +#define GDK_ISO_Level5_Shift    0xFE11
    1.15 +#endif
    1.16 +
    1.17 +#ifndef GDK_ISO_Level5_Latch
    1.18 +#define GDK_ISO_Level5_Latch    0xFE12
    1.19 +#endif
    1.20 +
    1.21 +#ifndef GDK_ISO_Level5_Lock
    1.22 +#define GDK_ISO_Level5_Lock     0xFE13
    1.23 +#endif
    1.24 +
    1.25 +#ifndef GDK_dead_greek
    1.26 +#define GDK_dead_greek          0xFE8C
    1.27 +#endif
    1.28 +
    1.29 +#ifndef GDK_ch
    1.30 +#define GDK_ch                  0xFEA0
    1.31 +#endif
    1.32 +
    1.33 +#ifndef GDK_Ch
    1.34 +#define GDK_Ch                  0xFEA1
    1.35 +#endif
    1.36 +
    1.37 +#ifndef GDK_CH
    1.38 +#define GDK_CH                  0xFEA2
    1.39 +#endif
    1.40 +
    1.41 +#ifndef GDK_c_h
    1.42 +#define GDK_c_h                 0xFEA3
    1.43 +#endif
    1.44 +
    1.45 +#ifndef GDK_C_h
    1.46 +#define GDK_C_h                 0xFEA4
    1.47 +#endif
    1.48 +
    1.49 +#ifndef GDK_C_H
    1.50 +#define GDK_C_H                 0xFEA5
    1.51 +#endif
    1.52 +
    1.53 +#ifndef GDK_MonBrightnessUp
    1.54 +#define GDK_MonBrightnessUp     0x1008FF02
    1.55 +#endif
    1.56 +
    1.57 +#ifndef GDK_MonBrightnessDown
    1.58 +#define GDK_MonBrightnessDown   0x1008FF03
    1.59 +#endif
    1.60 +
    1.61 +#ifndef GDK_AudioLowerVolume
    1.62 +#define GDK_AudioLowerVolume    0x1008FF11
    1.63 +#endif
    1.64 +
    1.65 +#ifndef GDK_AudioMute
    1.66 +#define GDK_AudioMute           0x1008FF12
    1.67 +#endif
    1.68 +
    1.69 +#ifndef GDK_AudioRaiseVolume
    1.70 +#define GDK_AudioRaiseVolume    0x1008FF13
    1.71 +#endif
    1.72 +
    1.73 +#ifndef GDK_AudioPlay
    1.74 +#define GDK_AudioPlay           0x1008FF14
    1.75 +#endif
    1.76 +
    1.77 +#ifndef GDK_AudioStop
    1.78 +#define GDK_AudioStop           0x1008FF15
    1.79 +#endif
    1.80 +
    1.81 +#ifndef GDK_AudioPrev
    1.82 +#define GDK_AudioPrev           0x1008FF16
    1.83 +#endif
    1.84 +
    1.85 +#ifndef GDK_AudioNext
    1.86 +#define GDK_AudioNext           0x1008FF17
    1.87 +#endif
    1.88 +
    1.89 +#ifndef GDK_HomePage
    1.90 +#define GDK_HomePage            0x1008FF18
    1.91 +#endif
    1.92 +
    1.93 +#ifndef GDK_Mail
    1.94 +#define GDK_Mail                0x1008FF19
    1.95 +#endif
    1.96 +
    1.97 +#ifndef GDK_Search
    1.98 +#define GDK_Search              0x1008FF1B
    1.99 +#endif
   1.100 +
   1.101 +#ifndef GDK_AudioRecord
   1.102 +#define GDK_AudioRecord         0x1008FF1C
   1.103 +#endif
   1.104 +
   1.105 +#ifndef GDK_Back
   1.106 +#define GDK_Back                0x1008FF26
   1.107 +#endif
   1.108 +
   1.109 +#ifndef GDK_Forward
   1.110 +#define GDK_Forward             0x1008FF27
   1.111 +#endif
   1.112 +
   1.113 +#ifndef GDK_Stop
   1.114 +#define GDK_Stop                0x1008FF28
   1.115 +#endif
   1.116 +
   1.117 +#ifndef GDK_Refresh
   1.118 +#define GDK_Refresh             0x1008FF29
   1.119 +#endif
   1.120 +
   1.121 +#ifndef GDK_PowerOff
   1.122 +#define GDK_PowerOff            0x1008FF2A
   1.123 +#endif
   1.124 +
   1.125 +#ifndef GDK_Eject
   1.126 +#define GDK_Eject               0x1008FF2C
   1.127 +#endif
   1.128 +
   1.129 +#ifndef GDK_AudioPause
   1.130 +#define GDK_AudioPause          0x1008FF31
   1.131 +#endif
   1.132 +
   1.133 +#ifndef GDK_BrightnessAdjust
   1.134 +#define GDK_BrightnessAdjust    0x1008FF3B
   1.135 +#endif
   1.136 +
   1.137 +#ifndef GDK_AudioRewind
   1.138 +#define GDK_AudioRewind         0x1008FF3E
   1.139 +#endif
   1.140 +
   1.141 +#ifndef GDK_Launch0
   1.142 +#define GDK_Launch0             0x1008FF40
   1.143 +#endif
   1.144 +
   1.145 +#ifndef GDK_Launch1
   1.146 +#define GDK_Launch1             0x1008FF41
   1.147 +#endif
   1.148 +
   1.149 +#ifndef GDK_Launch2
   1.150 +#define GDK_Launch2             0x1008FF42
   1.151 +#endif
   1.152 +
   1.153 +#ifndef GDK_Launch3
   1.154 +#define GDK_Launch3             0x1008FF43
   1.155 +#endif
   1.156 +
   1.157 +#ifndef GDK_Launch4
   1.158 +#define GDK_Launch4             0x1008FF44
   1.159 +#endif
   1.160 +
   1.161 +#ifndef GDK_Launch5
   1.162 +#define GDK_Launch5             0x1008FF45
   1.163 +#endif
   1.164 +
   1.165 +#ifndef GDK_Launch6
   1.166 +#define GDK_Launch6             0x1008FF46
   1.167 +#endif
   1.168 +
   1.169 +#ifndef GDK_Launch7
   1.170 +#define GDK_Launch7             0x1008FF47
   1.171 +#endif
   1.172 +
   1.173 +#ifndef GDK_Launch8
   1.174 +#define GDK_Launch8             0x1008FF48
   1.175 +#endif
   1.176 +
   1.177 +#ifndef GDK_Launch9
   1.178 +#define GDK_Launch9             0x1008FF49
   1.179 +#endif
   1.180 +
   1.181 +#ifndef GDK_LaunchA
   1.182 +#define GDK_LaunchA             0x1008FF4A
   1.183 +#endif
   1.184 +
   1.185 +#ifndef GDK_LaunchB
   1.186 +#define GDK_LaunchB             0x1008FF4B
   1.187 +#endif
   1.188 +
   1.189 +#ifndef GDK_LaunchC
   1.190 +#define GDK_LaunchC             0x1008FF4C
   1.191 +#endif
   1.192 +
   1.193 +#ifndef GDK_LaunchD
   1.194 +#define GDK_LaunchD             0x1008FF4D
   1.195 +#endif
   1.196 +
   1.197 +#ifndef GDK_LaunchE
   1.198 +#define GDK_LaunchE             0x1008FF4E
   1.199 +#endif
   1.200 +
   1.201 +#ifndef GDK_LaunchF
   1.202 +#define GDK_LaunchF             0x1008FF4F
   1.203 +#endif
   1.204 +
   1.205 +#ifndef GDK_Copy
   1.206 +#define GDK_Copy                0x1008FF57
   1.207 +#endif
   1.208 +
   1.209 +#ifndef GDK_Cut
   1.210 +#define GDK_Cut                 0x1008FF58
   1.211 +#endif
   1.212 +
   1.213 +#ifndef GDK_Paste
   1.214 +#define GDK_Paste               0x1008FF6D
   1.215 +#endif
   1.216 +
   1.217 +#ifndef GDK_Reload
   1.218 +#define GDK_Reload              0x1008FF73
   1.219 +#endif
   1.220 +
   1.221 +#ifndef GDK_AudioRandomPlay
   1.222 +#define GDK_AudioRandomPlay     0x1008FF99
   1.223 +#endif
   1.224 +
   1.225 +#ifndef GDK_Subtitle
   1.226 +#define GDK_Subtitle            0x1008FF9A
   1.227 +#endif
   1.228 +
   1.229 +#ifndef GDK_Red
   1.230 +#define GDK_Red                 0x1008FFA3
   1.231 +#endif
   1.232 +
   1.233 +#ifndef GDK_Green
   1.234 +#define GDK_Green               0x1008FFA4
   1.235 +#endif
   1.236 +
   1.237 +#ifndef GDK_Yellow
   1.238 +#define GDK_Yellow              0x1008FFA5
   1.239 +#endif
   1.240 +
   1.241 +#ifndef GDK_Blue
   1.242 +#define GDK_Blue                0x1008FFA6
   1.243 +#endif
   1.244 +
   1.245 +#ifndef GDK_TouchpadToggle
   1.246 +#define GDK_TouchpadToggle      0x1008FFA9
   1.247 +#endif
   1.248 +
   1.249 +#ifndef GDK_TouchpadOn
   1.250 +#define GDK_TouchpadOn          0x1008FFB0
   1.251 +#endif
   1.252 +
   1.253 +#ifndef GDK_TouchpadOff
   1.254 +#define GDK_TouchpadOff         0x1008ffb1
   1.255 +#endif
   1.256 +
   1.257 +#ifndef GDK_LogWindowTree
   1.258 +#define GDK_LogWindowTree       0x1008FE24
   1.259 +#endif
   1.260 +
   1.261 +#ifndef GDK_LogGrabInfo
   1.262 +#define GDK_LogGrabInfo         0x1008FE25
   1.263 +#endif
   1.264 +
   1.265 +#ifndef GDK_Sleep
   1.266 +#define GDK_Sleep               0x1008FF2F
   1.267 +#endif
   1.268 +
   1.269 +#endif /* GDKKEYSYMS_WRAPPER_H */

mercurial