Home | History | Annotate | Download | only in windx5

Lines Matching refs:WS_MAXIMIZE

47 #ifndef WS_MAXIMIZE
48 #define WS_MAXIMIZE 0
1149 style &= ~(resizestyle|WS_MAXIMIZE);
1166 #if WS_MAXIMIZE
1167 if (IsZoomed(SDL_Window)) style |= WS_MAXIMIZE;
1243 style &= ~(resizestyle|WS_MAXIMIZE);
1258 #if WS_MAXIMIZE
1259 if (IsZoomed(SDL_Window)) style |= WS_MAXIMIZE;