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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c807 static LONG fullscreen_exstyle(LONG exstyle) argument
810 exstyle &= ~(WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE);
812 return exstyle;
823 LONG style, exstyle;
837 exstyle = fullscreen_exstyle(device->exStyle);
840 device->style, device->exStyle, style, exstyle);
846 SetWindowLongW(window, GWL_EXSTYLE, exstyle);
861 LONG style, exstyle;
869 exstyle = GetWindowLongW(window, GWL_EXSTYLE);
878 if (style == fullscreen_style(device->style) && exstyle
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1013 static LONG fullscreen_exstyle(LONG exstyle) argument
1016 exstyle &= ~(WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE);
1018 return exstyle;
1024 LONG style, exstyle; local
1038 exstyle = fullscreen_exstyle(device->exStyle);
1041 device->style, device->exStyle, style, exstyle);
1047 SetWindowLongW(window, GWL_EXSTYLE, exstyle);
1056 LONG style, exstyle; local
1061 exstyle = GetWindowLongW(window, GWL_EXSTYLE);
1070 device->exStyle ^= (device->exStyle ^ exstyle)
[all...]

Completed in 42 milliseconds