- Timestamp:
- 06/27/08 22:54:26 (5 months ago)
- Location:
- lang/c/SDL_textmanager
- Files:
-
- 3 modified
-
SDL_textmanager.c (modified) (2 diffs)
-
SDL_textmanager.h (modified) (2 diffs)
-
xim.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/SDL_textmanager/SDL_textmanager.c
r14709 r14719 72 72 static void TextManager_AddEventToQueue(TextManager_Event *event); 73 73 static Uint16 TextManager_GetDeadCharCode(TextManager_DeadChar deadChar); 74 static Uint16 TextManager_CombineDeadKey( 75 TextManager_DeadChar deadChar, Uint16 character); 74 76 75 77 … … 400 402 401 403 402 Uint16 TextManager_CombineDeadKey(404 static Uint16 TextManager_CombineDeadKey( 403 405 TextManager_DeadChar deadChar, Uint16 character) 404 406 { -
lang/c/SDL_textmanager/SDL_textmanager.h
r14718 r14719 118 118 extern DECLSPEC Uint16 * SDLCALL TextManager_GetCurrentEditingString(void); 119 119 extern DECLSPEC Uint16 SDLCALL TextManager_GetCurrentChar(void); 120 extern DECLSPEC TextManager_DeadChar SDLCALL TextManager_GetCurrentDeadChar(void);121 120 extern DECLSPEC int SDLCALL TextManager_GetCurrentCursorPosition(void); 122 121 extern DECLSPEC int SDLCALL TextManager_GetCurrentCompositionPosition(void); … … 126 125 extern DECLSPEC TextManager_Result SDLCALL TextManager_Invalidate(void); 127 126 extern DECLSPEC Uint16 * SDLCALL TextManager_GetTextManagerName(void); 128 129 extern DECLSPEC Uint16 SDLCALL TextManager_CombineDeadKey(130 TextManager_DeadChar deadChar, Uint16 character);131 127 132 128 extern DECLSPEC void SDLCALL TextManager_Quit(void); -
lang/c/SDL_textmanager/xim.c
r14715 r14719 1917 1917 compare_dead_key_table); 1918 1918 if (hit_dead_key) { 1919 TextManager_ PostDeadCharEvent(1919 TextManager_SetDeadKey( 1920 1920 hit_dead_key->destination); 1921 1921 return 0;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)