|
@@ -98,11 +98,6 @@ typedef struct _UIViewController UIViewController;
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
-#if defined(SDL_VIDEO_DRIVER_MIR)
|
|
|
-#include <mir_toolkit/mir_client_library.h>
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* These are the various supported windowing subsystems
|
|
|
*/
|
|
@@ -225,8 +220,8 @@ struct SDL_SysWMinfo
|
|
|
#if defined(SDL_VIDEO_DRIVER_MIR)
|
|
|
struct
|
|
|
{
|
|
|
- MirConnection *connection; /**< Mir display server connection */
|
|
|
- MirSurface *surface; /**< Mir surface */
|
|
|
+ struct MirConnection *connection; /**< Mir display server connection */
|
|
|
+ struct MirSurface *surface; /**< Mir surface */
|
|
|
} mir;
|
|
|
#endif
|
|
|
|