Changeset 17860 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Mar 13, 2009 9:55:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r17190 r17860 691 691 if (g_crvboxhgcm.iGuestDrv == INVALID_HANDLE_VALUE) 692 692 { 693 g_crvboxhgcm.iGuestDrv = open(VBOXGUEST_ DEVICE_NAME, O_RDWR, 0);693 g_crvboxhgcm.iGuestDrv = open(VBOXGUEST_USER_DEVICE_NAME, O_RDWR, 0); 694 694 if (g_crvboxhgcm.iGuestDrv == INVALID_HANDLE_VALUE) 695 695 {
Note:
See TracChangeset
for help on using the changeset viewer.