summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/input.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
commit2a0dcc679e710269db1449d166d6704cf5eeefe1 (patch)
tree761b4d59f14e21307fa68e03007c6fcbc62392c4 /src/osd/sdl/input.c
parent64c285cf17e905bd9b83243bd7b29d5c5d8a30af (diff)
Cosmetic changes, no credit
Diffstat (limited to 'src/osd/sdl/input.c')
-rw-r--r--src/osd/sdl/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/input.c b/src/osd/sdl/input.c
index bc408461069..4442993bee5 100644
--- a/src/osd/sdl/input.c
+++ b/src/osd/sdl/input.c
@@ -213,7 +213,7 @@ struct _kt_table {
#define OSD_SDL_INDEX_KEYSYM(keysym) ((keysym)->scancode)
#define GET_WINDOW(ev) window_from_id((ev)->windowID)
-// FIXME: sdl does not properly report the window for certain ops.
+// FIXME: sdl does not properly report the window for certain OS.
#define GET_FOCUS_WINDOW(ev) focus_window
//#define GET_FOCUS_WINDOW(ev) window_from_id((ev)->windowID)