Changeset 43319 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Sep 13, 2012 12:27:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface.c
r41109 r43319 2906 2906 ERR("should not be here!"); 2907 2907 *name = (GLuint)VBOXSHRC_GET_SHAREHANDLE(This); 2908 GL_EXTCALL(glChromiumParameteriCR(GL_RCUSAGE_TEXTURE_SET_CR, name));2908 GL_EXTCALL(glChromiumParameteriCR(GL_RCUSAGE_TEXTURE_SET_CR, *name)); 2909 2909 } 2910 2910 else
Note:
See TracChangeset
for help on using the changeset viewer.