samsungtv: no need anymore exception for broken SDL_ShowCursor
svn-id: r45931
This commit is contained in:
parent
1123f7bcc5
commit
737f9312e5
1 changed files with 3 additions and 4 deletions
|
@ -137,9 +137,8 @@ void OSystem_SDL::initBackend() {
|
|||
|
||||
_graphicsMutex = createMutex();
|
||||
|
||||
#if !defined(SAMSUNGTV)
|
||||
SDL_ShowCursor(SDL_DISABLE);
|
||||
#endif
|
||||
|
||||
// Enable unicode support if possible
|
||||
SDL_EnableUNICODE(1);
|
||||
|
||||
|
@ -504,9 +503,9 @@ void OSystem_SDL::quit() {
|
|||
|
||||
if (_joystick)
|
||||
SDL_JoystickClose(_joystick);
|
||||
#if !defined(SAMSUNGTV)
|
||||
|
||||
SDL_ShowCursor(SDL_ENABLE);
|
||||
#endif
|
||||
|
||||
SDL_RemoveTimer(_timerID);
|
||||
closeMixer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue