Commits on Source (19)
-
Steve Lhomme authored
No need to pretend we need a rectangle.
9555c5d0 -
Steve Lhomme authored
No need for a specialized structure just for that.
fdc446ed -
Steve Lhomme authored0a8633aa
-
Steve Lhomme authored
No need to pass a whole vout_display_t.
57ab5ee1 -
Steve Lhomme authored
When we create the window we know if it's for a projection or not. That's all we need to initialize the sensors. The code is disabled for display module not using the sensor (no projection). The code is in C++ so we don't want to pull it when we don't need to.
f71d15f9 -
Steve Lhomme authored
They have to be called consecutively anyway.
9586c126 -
Steve Lhomme authored
It's called only once, we don't need separate calls.
06e8324d -
Steve Lhomme authored
And group flag initialization.
9a6bc756 -
Steve Lhomme authoredd3d73017
-
Steve Lhomme authored
No functional changes.
e3bf0a9a -
Steve Lhomme authored
No functional changes.
1e6a9726 -
Steve Lhomme authored
So we don't have to pass a lot of args.
028bf179 -
Steve Lhomme authored
This is not a value we get from the Windows API's.
138d2d68 -
Steve Lhomme authored
We only compile this code on desktop builds and the minimum version is Windows 7, so the code should always be there. Example: https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setgestureconfig
910643fb -
Steve Lhomme authored
As well as enums only used in win32touch.c.
33b33a96 -
Steve Lhomme authored
We never checked the boolean error and it's cleaner.
f69ae122 -
Steve Lhomme authored200b9019
-
Steve Lhomme authored98b51284
-
Steve Lhomme authoredfb094900
Showing
- modules/video_output/Makefile.am 7 additions, 4 deletionsmodules/video_output/Makefile.am
- modules/video_output/win32/common.c 4 additions, 15 deletionsmodules/video_output/win32/common.c
- modules/video_output/win32/common.h 0 additions, 3 deletionsmodules/video_output/win32/common.h
- modules/video_output/win32/direct3d11.cpp 0 additions, 9 deletionsmodules/video_output/win32/direct3d11.cpp
- modules/video_output/win32/events.c 164 additions, 153 deletionsmodules/video_output/win32/events.c
- modules/video_output/win32/events.h 6 additions, 14 deletionsmodules/video_output/win32/events.h
- modules/video_output/win32/glwin32.c 0 additions, 7 deletionsmodules/video_output/win32/glwin32.c
- modules/video_output/win32/meson.build 17 additions, 3 deletionsmodules/video_output/win32/meson.build
- modules/video_output/win32/sensors.cpp 10 additions, 9 deletionsmodules/video_output/win32/sensors.cpp
- modules/video_output/win32/sensors.h 39 additions, 0 deletionsmodules/video_output/win32/sensors.h
- modules/video_output/win32/win32touch.c 77 additions, 78 deletionsmodules/video_output/win32/win32touch.c
- modules/video_output/win32/win32touch.h 4 additions, 31 deletionsmodules/video_output/win32/win32touch.h
modules/video_output/win32/sensors.h
0 → 100644