comparison src/video/gapi/SDL_gapivideo.c @ 1480:0a2bd6507477

More Win64 updates
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Mar 2006 05:21:32 +0000
parents 4aac8563c296
children 420b3f47806d
comparison
equal deleted inserted replaced
1479:993ef9ff4688 1480:0a2bd6507477
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 SetWindowLongPtr(SDL_Window, GWL_STYLE, style); 713 SetWindowLong(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);