VirtualBox

Ignore:
Timestamp:
Jul 29, 2011 10:18:46 AM (13 years ago)
Author:
vboxsync
Message:

wddm/wine: some cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c

    r38172 r38236  
    11581158    {
    11591159        TRACE("Restoring GL context %p on device context %p.\n", context->restore_ctx, context->restore_dc);
    1160 #ifdef VBOX_WINE_WITH_SINGLE_CONTEXT
    1161         /* should not be here*/
    1162         ERR("should not be here\n");
    1163 #endif
    11641160        if (!pwglMakeCurrent(context->restore_dc, context->restore_ctx))
    11651161        {
     
    12121208        if (current_gl && (!current_context || current_context->glCtx != current_gl))
    12131209        {
    1214 #ifdef VBOX_WINE_WITH_SINGLE_CONTEXT
    1215             /* should not be here*/
    1216             ERR("should not be here\n");
    1217 #endif
    12181210            TRACE("Another GL context (%p on device context %p) is already current.\n",
    12191211                    current_gl, pwglGetCurrentDC());
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette