VirtualBox

Changeset 3711 in vbox


Ignore:
Timestamp:
Jul 19, 2007 8:39:10 AM (17 years ago)
Author:
vboxsync
Message:

Compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp

    r3708 r3711  
    194194        pClient->enable.fbConfig = pClient->glxChooseFBConfig(pClient->dpy, screen_num, attribs, &returnedFBConfigs);
    195195        Log(("vboxglGetString: returned FBConfigs: %d\n", returnedFBConfigs));
    196         pClient->enable.visinfo = pClient->glxGetVisualFromFBConfig(pClient->dpy, fbConfig[0]);
     196        pClient->enable.visinfo = pClient->glxGetVisualFromFBConfig(pClient->dpy, pClient->enable.fbConfig[0]);
    197197        /* Create Window */
    198198        attr.background_pixel = 0;
    199199        attr.border_pixel = 0;
    200         attr.colormap = XCreateColormap(pClient->dpy, RootWindow(dpy, screen_num), visinfo->visual, AllocNone);
     200        attr.colormap = XCreateColormap(pClient->dpy, RootWindow(dpy, screen_num), pClient->enable.visinfo->visual, AllocNone);
    201201        attr.event_mask = StructureNotifyMask | ExposureMask;
    202202        mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
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