log src/video/win32/SDL_win32video.h @ 4504:9faebccfefb3

age author description
Thu, 08 Jul 2010 23:07:34 -0700 Sam Lantinga Amazingly the Windows code is almost identical to the Mac OS X code. :)
Thu, 08 Jul 2010 05:43:34 -0700 Sam Lantinga Added Windows clipboard support
Sun, 09 May 2010 20:47:22 -0700 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Wed, 10 Mar 2010 15:02:58 +0000 Sam Lantinga Fixed bug #943
Sun, 14 Feb 2010 15:55:10 +0000 Sam Lantinga Make sure STRICT is defined so the window proc has the correct prototype
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Fri, 12 Jun 2009 08:41:48 +0000 Sam Lantinga Fixed some compile errors and warnings under Visual C++
Sun, 07 Jun 2009 02:44:46 +0000 Sam Lantinga Hi,