log src/video/x11/SDL_x11events.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 07 Feb 2011 09:37:11 -0800 Sam Lantinga Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Thu, 20 Jan 2011 16:05:59 -0800 Sam Lantinga Added the ability to get the UIKit window through the SDL API.
Thu, 30 Dec 2010 13:21:39 -0800 Sam Lantinga Fixed compiling X11 touch interface
Wed, 29 Sep 2010 21:13:52 -0700 Sam Lantinga Make the union nameless to reduce the complexity of the API.
Mon, 27 Sep 2010 01:24:05 -0700 Sam Lantinga Merged the Windows custom window system hooks into the union used by X11.