Changeset 48999 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d
- Timestamp:
- Oct 9, 2013 12:16:19 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c
r48345 r48999 1806 1806 goto out; 1807 1807 } 1808 1809 #ifdef VBOX_WITH_WDDM 1810 pVBoxCtxChromiumParameteriCR(ctx, GL_HOST_WND_CREATED_HIDDEN_CR, GL_TRUE); 1811 #endif 1808 1812 1809 1813 #ifndef VBOX -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/directx.c
r48345 r48999 402 402 goto fail; 403 403 } 404 405 #ifdef VBOX_WITH_WDDM 406 pVBoxCtxChromiumParameteriCR(ctx->gl_ctx, GL_HOST_WND_CREATED_HIDDEN_CR, GL_TRUE); 407 #endif 404 408 405 409 /* Make it the current GL context. */ -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_gl.h
r48345 r48999 192 192 193 193 HGLRC (WINAPI *pVBoxCreateContext)(HDC, struct VBOXUHGSMI*) DECLSPEC_HIDDEN; 194 void (WINAPI *pVBoxCtxChromiumParameteriCR)(HGLRC , GLenum , GLint) DECLSPEC_HIDDEN; 194 195 void (WINAPI *pVBoxFlushToHost)(HGLRC) DECLSPEC_HIDDEN; 195 196 GLint (WINAPI *pVBoxGetWindowId)(HDC) DECLSPEC_HIDDEN; … … 201 202 # define VBOX_GL_FUNCS_GEN \ 202 203 VBOX_USE_FUNC(VBoxCreateContext) \ 204 VBOX_USE_FUNC(VBoxCtxChromiumParameteriCR) \ 203 205 VBOX_USE_FUNC(VBoxFlushToHost) \ 204 206 VBOX_USE_FUNC(VBoxGetWindowId) \
Note:
See TracChangeset
for help on using the changeset viewer.