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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c798 static LONG fullscreen_style(LONG style) function
836 style = fullscreen_style(device->style);
878 if (style == fullscreen_style(device->style) && exstyle == fullscreen_exstyle(device->exStyle))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1004 static LONG fullscreen_style(LONG style) function
1037 style = fullscreen_style(device->style);
1082 if (style == fullscreen_style(device->style) && exstyle == fullscreen_exstyle(device->exStyle))

Completed in 246 milliseconds