File tree Expand file tree Collapse file tree 2 files changed +31
-4
lines changed
Expand file tree Collapse file tree 2 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264 libXi-devel libXScrnSaver-devel dbus-devel ibus-devel \
265265 systemd-devel mesa-libGL-devel libxkbcommon-devel mesa-libGLES-devel \
266266 mesa-libEGL-devel vulkan-devel wayland-devel wayland-protocols-devel \
267- libdrm-devel mesa-libgbm-devel libusb-devel libdecor-devel \
267+ libdrm-devel mesa-libgbm-devel libusb-devel \
268268 liburing-devel
269269 CIBW_BEFORE_TEST : pip install numpy
270270 CIBW_TEST_COMMAND : python -c "import tcod.context"
Original file line number Diff line number Diff line change 4848
4949# These structs have an unusual size when packed by SDL on 32-bit platforms.
5050FLEXIBLE_STRUCTS = (
51- "SDL_TouchFingerEvent" ,
52- "SDL_MultiGestureEvent" ,
53- "SDL_DollarGestureEvent" ,
5451 "SDL_CommonEvent" ,
5552 "SDL_DisplayEvent" ,
5653 "SDL_WindowEvent" ,
5754 "SDL_KeyboardDeviceEvent" ,
5855 "SDL_KeyboardEvent" ,
5956 "SDL_TextEditingEvent" ,
6057 "SDL_TextEditingCandidatesEvent" ,
58+ "SDL_TextInputEvent" ,
59+ "SDL_MouseDeviceEvent" ,
60+ "SDL_MouseMotionEvent" ,
61+ "SDL_MouseButtonEvent" ,
62+ "SDL_MouseWheelEvent" ,
63+ "SDL_JoyAxisEvent" ,
64+ "SDL_JoyBallEvent" ,
65+ "SDL_JoyHatEvent" ,
66+ "SDL_JoyButtonEvent" ,
67+ "SDL_JoyDeviceEvent" ,
68+ "SDL_JoyBatteryEvent" ,
69+ "SDL_GamepadAxisEvent" ,
70+ "SDL_GamepadButtonEvent" ,
71+ "SDL_GamepadDeviceEvent" ,
72+ "SDL_GamepadTouchpadEvent" ,
73+ "SDL_GamepadSensorEvent" ,
74+ "SDL_AudioDeviceEvent" ,
75+ "SDL_CameraDeviceEvent" ,
76+ "SDL_RenderEvent" ,
77+ "SDL_TouchFingerEvent" ,
78+ "SDL_PenProximityEvent" ,
79+ "SDL_PenMotionEvent" ,
80+ "SDL_PenTouchEvent" ,
81+ "SDL_PenButtonEvent" ,
82+ "SDL_PenAxisEvent" ,
83+ "SDL_DropEvent" ,
84+ "SDL_ClipboardEvent" ,
85+ "SDL_SensorEvent" ,
86+ "SDL_QuitEvent" ,
87+ "SDL_UserEvent" ,
6188)
6289
6390# Other defined names which sometimes cause issues when parsed.
You can’t perform that action at this time.
0 commit comments