|
14 | 14 | * Disabled because FPC does not ship a DirectFB unit. |
15 | 15 | * If you have some working DirectDB bindings, feel welcome to enable this and check if it breaks anything. |
16 | 16 | *) |
17 | | -{$UNDEFINE SDL_VIDEO_DRIVER_DIRECTFB} |
| 17 | +{$UNDEF SDL_VIDEO_DRIVER_DIRECTFB} |
18 | 18 |
|
19 | 19 | {$IFDEF DARWIN} |
20 | 20 | {$DEFINE SDL_VIDEO_DRIVER_COCOA} |
|
24 | 24 | * Disabled because it's a Mac-specific video driver and we have no means of testing it. |
25 | 25 | * If you own a Mac, feel welcome to enable this and check if it actually compiles and doesn't break anything. |
26 | 26 | *) |
27 | | -{$UNDEFINE SDL_VIDEO_DRIVER_UIKIT} |
| 27 | +{$UNDEF SDL_VIDEO_DRIVER_UIKIT} |
28 | 28 |
|
29 | 29 | (* |
30 | 30 | * Disabled because FPC does not ship a Wayland unit. |
31 | 31 | * If you have some working Wayland bindings, feel welcome to enable this, |
32 | 32 | * check if it actually compiles and doesn't break anything. |
33 | 33 | *) |
34 | | -{$UNDEFINE SDL_VIDEO_DRIVER_WAYLAND} |
| 34 | +{$UNDEF SDL_VIDEO_DRIVER_WAYLAND} |
35 | 35 |
|
36 | 36 | (* |
37 | 37 | * Disabled because FPC does not ship a Mir unit. |
38 | 38 | * Also, support for Mir has been removed in SDL 2.0.10. |
39 | 39 | *) |
40 | | -{$UNDEFINE SDL_VIDEO_DRIVER_MIR} |
| 40 | +{$UNDEF SDL_VIDEO_DRIVER_MIR} |
41 | 41 |
|
42 | 42 | (* |
43 | 43 | * Disabled because FPC does not support WinRT. |
44 | 44 | *) |
45 | | -{$UNDEFINE SDL_VIDEO_DRIVER_WINRT} |
| 45 | +{$UNDEF SDL_VIDEO_DRIVER_WINRT} |
46 | 46 |
|
47 | 47 | {$IFDEF ANDROID} |
48 | 48 | {$DEFINE SDL_VIDEO_DRIVER_ANDROID} |
|
53 | 53 | * If you're actually working with Vivante, feel welcome to enable this |
54 | 54 | * and check if it compiles and works properly. |
55 | 55 | *) |
56 | | -{$UNDEFINE SDL_VIDEO_DRIVER_VIVANTE} |
| 56 | +{$UNDEF SDL_VIDEO_DRIVER_VIVANTE} |
57 | 57 |
|
58 | 58 | {$IFDEF OS2} |
59 | 59 | {$DEFINE SDL_VIDEO_DRIVER_OS2} |
|
0 commit comments