Searched defs:window_style (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c738 DWORD window_style; local
817 window_style = ( render_spu.fullscreen ? WS_POPUP : WS_CAPTION );
819 window_style = ( WS_OVERLAPPEDWINDOW | WS_CLIPSIBLINGS | WS_CLIPCHILDREN );
820 window_style |= WS_SYSMENU;
879 window_style,
953 DWORD window_style; local
1034 window_style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED;
1037 window_style |= WS_CHILD;
1040 window_style = ( WS_OVERLAPPEDWINDOW | WS_CLIPSIBLINGS | WS_CLIPCHILDREN );
1041 window_style |
[all...]

Completed in 43 milliseconds