|
SetWindowLong(wnd,GWL_STYLE,save->style);
|
|
SetWindowLong(wnd,GWL_STYLE,save->style);
|
|
SetWindowPos(wnd,NULL,save->x,save->y,save->w,save->h,0);
|
|
SetWindowPos(wnd,NULL,save->x,save->y,save->w,save->h,0);
|
|
SDL_SetWindowData(win,"save",NULL);
|
|
SDL_SetWindowData(win,"save",NULL);
|