comparison src/video/windib/SDL_dibvideo.c @ 766:ed57c876700d

Date: Wed, 26 Nov 2003 01:52:02 +0800 From: "Andy Pfiffer" Subject: [SDL] patch: PocketPC 2000 diffs for release_1_2_6 I was making a backup of my current workspace of SDL for PocketPC, and thought I would send out my diffs. Apologies in advance if the patch has become whitespace mangled. These diffs are relative to CVS tag release_1_2_6, and contain (I think) all changes that have been mentioned on the mailing list in the last few months. I only have PocketPC 2000 & an ARM-based device (iPaq 3635), and I only use Embedded Visual Tools 3.0, so I can't say for sure if it breaks other PocketPC 200[023] builds.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2004 15:48:44 +0000
parents 230b156829ed
children 31fa08b36380
comparison
equal deleted inserted replaced
765:4c2ba6161939 766:ed57c876700d
56 #define NO_GETDIBITS 56 #define NO_GETDIBITS
57 #define NO_CHANGEDISPLAYSETTINGS 57 #define NO_CHANGEDISPLAYSETTINGS
58 #define NO_GAMMA_SUPPORT 58 #define NO_GAMMA_SUPPORT
59 #endif 59 #endif
60 #ifndef WS_MAXIMIZE 60 #ifndef WS_MAXIMIZE
61 #define WS_MAXIMIZE 0 61 #define WS_MAXIMIZE 0
62 #endif
63 #ifndef WS_THICKFRAME
64 #define WS_THICKFRAME 0
62 #endif 65 #endif
63 #ifndef SWP_NOCOPYBITS 66 #ifndef SWP_NOCOPYBITS
64 #define SWP_NOCOPYBITS 0 67 #define SWP_NOCOPYBITS 0
65 #endif 68 #endif
66 #ifndef PC_NOCOLLAPSE 69 #ifndef PC_NOCOLLAPSE