comparison src/SDL_compat.c @ 4751:f3908cd80b10

Changed StopTextInput to take an SDL_Window parameter.
author dewyatt
date Sat, 10 Jul 2010 13:15:47 -0400
parents 22aa6a631d34
children 11b0a6a3eb4d
comparison
equal deleted inserted replaced
4750:22aa6a631d34 4751:f3908cd80b10
1742 SDL_enabled_UNICODE = 1; 1742 SDL_enabled_UNICODE = 1;
1743 SDL_StartTextInput(SDL_VideoWindow); 1743 SDL_StartTextInput(SDL_VideoWindow);
1744 break; 1744 break;
1745 case 0: 1745 case 0:
1746 SDL_enabled_UNICODE = 0; 1746 SDL_enabled_UNICODE = 0;
1747 SDL_StopTextInput(); 1747 SDL_StopTextInput(SDL_VideoWindow);
1748 break; 1748 break;
1749 } 1749 }
1750 return previous; 1750 return previous;
1751 } 1751 }
1752 1752