removed SDL_VIDEO_DRIVER_MIR remnants.
parent
be6853b6f1
commit
e581c5d000
|
@ -268,13 +268,6 @@ struct SDL_SysWMinfo
|
||||||
struct xdg_positioner *xdg_positioner; /**< Wayland xdg positioner, for popup */
|
struct xdg_positioner *xdg_positioner; /**< Wayland xdg positioner, for popup */
|
||||||
} wl;
|
} wl;
|
||||||
#endif
|
#endif
|
||||||
#if defined(SDL_VIDEO_DRIVER_MIR) /* no longer available, left for API/ABI compatibility. Remove in 2.1! */
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
void *connection; /**< Mir display server connection */
|
|
||||||
void *surface; /**< Mir surface */
|
|
||||||
} mir;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SDL_VIDEO_DRIVER_ANDROID)
|
#if defined(SDL_VIDEO_DRIVER_ANDROID)
|
||||||
struct
|
struct
|
||||||
|
|
Loading…
Reference in New Issue