Changeset 78190 in vbox for trunk/src/VBox/Additions/common/crOpenGL/wgl.c
- Timestamp:
- Apr 18, 2019 12:07:07 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130111
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 10 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124260,124263,124271,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 /branches/aeichner/vbox-chromium-cleanup:129816,129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130036,130094-130095 11 12 /branches/andy/draganddrop:90781-91268 12 13 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812,127158-127159,127162-127167,127180 11 /branches/aeichner/vbox-chromium-cleanup/src/VBox:129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130094-130095 11 12 /branches/andy/draganddrop/src/VBox:90781-91268 12 13 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/Additions/common/crOpenGL/wgl.c
r69310 r78190 7 7 #include "cr_error.h" 8 8 #include "cr_spu.h" 9 #include "cr_environment.h"10 9 #include "cr_mem.h" 11 10 #include "stub.h" … … 19 18 20 19 #include <iprt/cdefs.h> 20 #include <iprt/env.h> 21 21 22 22 /* Currently host part will misbehave re-creating context with proper visual bits … … 83 83 * There are subtle differences in the use of these calls. 84 84 */ 85 crSetenv("CR_WGL_DO_NOT_USE_GDI", "yes");85 RTEnvSet("CR_WGL_DO_NOT_USE_GDI", "yes"); 86 86 87 87 if ( pfd->nSize != sizeof(*pfd) || pfd->nVersion != 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.