VirtualBox

Ignore:
Timestamp:
Mar 13, 2009 9:55:58 PM (16 years ago)
Author:
vboxsync
Message:

Additions/common/OpenGL: made the Linux OpenGL Additions use /dev/vboxuser instead of /dev/vboxadd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r17190 r17860  
    691691    if (g_crvboxhgcm.iGuestDrv == INVALID_HANDLE_VALUE)
    692692    {
    693         g_crvboxhgcm.iGuestDrv = open(VBOXGUEST_DEVICE_NAME, O_RDWR, 0);
     693        g_crvboxhgcm.iGuestDrv = open(VBOXGUEST_USER_DEVICE_NAME, O_RDWR, 0);
    694694        if (g_crvboxhgcm.iGuestDrv == INVALID_HANDLE_VALUE)
    695695        {
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