OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WS_MAXIMIZE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c
73
#ifndef
WS_MAXIMIZE
74
#define
WS_MAXIMIZE
0
815
style &= ~(resizestyle|
WS_MAXIMIZE
);
837
#if
WS_MAXIMIZE
&& !defined(_WIN32_WCE)
838
if (IsZoomed(SDL_Window)) style |=
WS_MAXIMIZE
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c
47
#ifndef
WS_MAXIMIZE
48
#define
WS_MAXIMIZE
0
[
all
...]
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
576
if (style &
WS_MAXIMIZE
)
577
SetWindowLong(hwnd(), GWL_STYLE, style & ~
WS_MAXIMIZE
);
[
all
...]
Completed in 44 milliseconds