Enrico Weigelt, metux IT consult
6fac1f9750
( !1705 ) xwin: drop wrapping on ScreenRec->ReparentWindow()
...
This proc vector is optional (callers check for non-null) and neither fb nor
mi set it, so we can just assign our function directly. No need for wrapping.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
7ddfe4d310
( !1705 ) xwin: drop wrapping on ScreenRec->UnrealizeWindow()
...
Instead of complicated wrapping, just call fbUnrealizeWindow() directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
78c4bea4f8
( !1705 ) xwin: drop wrapping on ScreenRec->RealizeWindow()
...
Instead of complicated wrapping, just call fbRealizeWindow() directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
def074c6c0
( !1705 ) xwin: drop wrapping on ScreenRec->SetShape()
...
Instead of complicated wrapping, just call fbSetShape() directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
2b7ee5e50e
( !1705 ) xwin: drop winCopyWindowMultiWindow()
...
This wrapping function for Screen->CopyWindow() is does nothing more than
just call the original functions. So no need to keep wrapping it at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
66656906e4
( !1705 ) xwin: call winFinishScreenInitFB() directly
...
Both engines, GDI as well as DirectDraw, using the same screen init finish function,
so no need to keep indirection via per-engine callback pointer.
The winFinishScreenInitFB() can also be made static now.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
ea1901d1eb
( !1705 ) xwin: glx: drop glxWinUnrealizeWindow()
...
It does nothing more than just calling the original/wrapped function,
so we don't need that at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
9fb614af0e
( !1705 ) xwin: glx: drop glxWinRealizeWindow()
...
It does nothing more than just calling the original/wrapped function,
so we don't need that at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
8111e72bd8
( !1705 ) xwin: drop wrapping on ScreenRec->ChangeWindowAttributes()
...
Instead of complicated wrapping, just call fbCreateWindow directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
8fb8529f06
( !1705 ) xwin: drop wrapping on ScreenRec->CreateWindow()
...
Instead of complicated wrapping, just call fbCreateWindow directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
5b386014f2
( !1705 ) xwin: drop wrapping on ScreenRec->PositionWindow()
...
Instead of complicated wrapping, just call fbPositionWindow directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
3fa4489403
( !1705 ) xwin: drop wrapping on ScreenRec->DestroyWindow()
...
Instead of complicated wrapping, just call fbDestroyWindow directly.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
4420e80f65
( !1799 ) xkb: unexport XkbCopyControls()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
0a25c20375
( !1799 ) xkb: unexport XkbDeviceApplyKeymap()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
c61e4ae089
( !1799 ) xkb: unexport XkbSendNewKeyboardNotify()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
5de69649de
( !1799 ) xkb: unexport XkbApplyVirtualModChanges()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
6293c10f57
( !1799 ) xkb: unexport XkbApplyCompatMapToKey()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
169cbb84e4
( !1799 ) xkb: unexport XkbKeyTypesForCoreSymbols()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
14b17a7fde
( !1799 ) xkb: unexport XkbChangeTypesOfKey()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
52f181fae7
( !1799 ) xkb: unexport XkbFreeInfo()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
2f18c683f9
( !1799 ) xkb: unexport XkbChangeKeycodeRange()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
960bce8029
( !1799 ) xkb: unexport XkbConvertCase()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
7c5bc6e862
( !1799 ) xkb: unexport XkbLookupNamedGeometry()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
fdc36b90f3
( !1799 ) xkb: unexport XkbDisableComputedAutoRepeats()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
cf3846e218
( !1799 ) xkb: unexport XkbEnableDisableControls()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
2622792720
( !1799 ) xkb: unexport XkbProcessKeyboardEvent()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
fc26919b13
( !1799 ) xkb: unexport XkbHandleActions()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
ecb95ee968
( !1799 ) xkb: unexport XkbHandleBell()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
e587a7d139
( !1799 ) xkb: unexport XkbStateChangedFlags()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
248c8e3584
( !1799 ) xkb: unexport XkbCheckIndicatorMaps()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
4d32acf7c3
( !1799 ) xkb: unexport XkbCheckSecondaryEffects()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
2d4acb7118
( !1799 ) xkb: unexport XkbComputeDerivedState()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
d8f661b11c
( !1799 ) xkb: unexport XkbIndicatorsToUpdate()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
b044e0fba5
( !1799 ) xkb: unexport XkbUpdateAllDeviceIndicators()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
4e9a3fa195
( !1799 ) xkb: unexport XkbUpdateIndicators()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
c3151e9fb2
( !1799 ) xkb: unexport XkbSetIndicators()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
29bfd34cde
( !1799 ) xkb: unexport XkbUpdateActions()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
4fe259c797
( !1799 ) xkb: unexport XkbUpdateDescActions()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
16d784396b
( !1799 ) xkb: unexport XkbResizeKeyActions()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:14 +01:00
Enrico Weigelt, metux IT consult
f57f2d5a56
( !1799 ) xkb: unexport XkbResizeKeySyms()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
cbe7a9792b
( !1799 ) xkb: unexport XkbAdjustGroup()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
aafcec7f3b
( !1799 ) xkb: unexport XkbVirtualModsToReal()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
6ee84eed45
( !1799 ) xkb: unexport XkbMaskForVMask()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
03dff4f013
( !1799 ) xkb: unexport XkbSetActionKeyMods()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
1093143fb1
( !1799 ) xkb: unexport XkbFreeComponentNames()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
659eafd6c3
( !1799 ) xkb: unexport XkbResizeKeyType()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
d877b423f4
( !1799 ) xkb: unexport XkbCopyKeyTypes()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
ae424242d8
( !1799 ) xkb: unexport XkbAllocControls()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
fe06b192d8
( !1799 ) xkb: unexport XkbAllocNames()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00
Enrico Weigelt, metux IT consult
9d02c7dfe5
( !1799 ) xkb: unexport XkbAllocCompatMap()
...
Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-02-02 17:35:13 +01:00