VirtualBox

Changeset 65789 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 14, 2017 4:44:20 PM (8 years ago)
Author:
vboxsync
Message:

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

Fix a compiler warning/error from last change.

File:
1 edited

Legend:

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

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