Changeset 88189 in vbox for trunk/src/VBox/Additions/solaris/DRM
- Timestamp:
- Mar 18, 2021 11:07:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c
r82968 r88189 127 127 * Global Variables * 128 128 *********************************************************************************************************************************/ 129 /** Device handle (we support only one instance). */130 static dev_info_t *g_pDip;131 132 129 /** Soft state. */ 133 130 static void *g_pVBoxVideoSolarisState;
Note:
See TracChangeset
for help on using the changeset viewer.