Mercurial > sdl-ios-xcode
comparison src/video/gapi/SDL_gapivideo.c @ 1472:4aac8563c296
Fixed more Win64 portability issues
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Mar 2006 08:11:10 +0000 |
parents | 8dfa9a6d69a5 |
children | 0a2bd6507477 |
comparison
equal
deleted
inserted
replaced
1471:9fb0eee04dd9 | 1472:4aac8563c296 |
---|---|
708 | 708 |
709 /* GAPI is always fullscreen, title bar is useless */ | 709 /* GAPI is always fullscreen, title bar is useless */ |
710 style = 0; | 710 style = 0; |
711 | 711 |
712 if (!SDL_windowid) | 712 if (!SDL_windowid) |
713 SetWindowLong(SDL_Window, GWL_STYLE, style); | 713 SetWindowLongPtr(SDL_Window, GWL_STYLE, style); |
714 | 714 |
715 /* Allocate bitmap */ | 715 /* Allocate bitmap */ |
716 if(gapiBuffer) | 716 if(gapiBuffer) |
717 { | 717 { |
718 SDL_free(gapiBuffer); | 718 SDL_free(gapiBuffer); |