VirtualBox

Ignore:
Timestamp:
Feb 14, 2017 7:25:07 PM (8 years ago)
Author:
vboxsync
Message:

bugref:8748: Additions/Graphics/Wayland: investigate EGLStreams support feasibility:

Fix a compiler warning/error from last change, second try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/glx.c

    r65789 r65791  
    12581258            break;
    12591259        case GLX_FBCONFIG_ID:
    1260             *value = (int)config; /*or config, though those are the same at the moment but this could change one day?*/
     1260            *value = (int)(intptr_t)config;
    12611261            break;
    12621262        case GLX_RED_SIZE:
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