diff src/events/SDL_keyboard_c.h @ 4434:5c64052fb476

changeset: 4433:25667ea797fa tag: tip user: Jiang Jiang <gzjjgod@gmail.com> date: Thu Apr 15 12:01:46 2010 +0800 summary: Add windowID to text editing event
author Sam Lantinga <slouken@libsdl.org>
date Thu, 15 Apr 2010 22:14:26 -0700
parents f7b03b6838cb
children 3e69e077cb95
line wrap: on
line diff
--- a/src/events/SDL_keyboard_c.h	Thu Apr 15 21:27:32 2010 -0700
+++ b/src/events/SDL_keyboard_c.h	Thu Apr 15 22:14:26 2010 -0700
@@ -82,7 +82,7 @@
 extern int SDL_SendKeyboardText(int index, const char *text);
 
 /* Send editing text for selected range from start to end */
-extern int SDL_SendEditingText(const char *text, int start, int end);
+extern int SDL_SendEditingText(int index, const char *text, int start, int end);
 
 /* Shutdown the keyboard subsystem */
 extern void SDL_KeyboardQuit(void);