mirror of
https://github.com/encounter/SDL.git
synced 2025-12-17 08:57:01 +00:00
linux: Simplify D-Bus interface, remove lots of boilerplate.
This commit is contained in:
@@ -461,6 +461,8 @@ X11_VideoQuit(_THIS)
|
||||
X11_QuitMouse(_this);
|
||||
X11_QuitTouch(_this);
|
||||
|
||||
/* !!! FIXME: other subsystems use D-Bus, so we shouldn't quit it here;
|
||||
have SDL.c do this at a higher level, or add refcounting. */
|
||||
#if SDL_USE_LIBDBUS
|
||||
SDL_DBus_Quit();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user