VirtualBox

Changeset 8959 in vbox for trunk


Ignore:
Timestamp:
May 20, 2008 2:40:35 PM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: clarified doxygen comment in the mouse driver from r31018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xmouse/VBoxUtils.c

    r8950 r8959  
    2929#include "compiler.h"
    3030
    31 /* This is an ugly hack, but I can't see anywhere to save this information
    32    in the driver context. */
    33 /** Have we ever failed to open the VBox device? */
     31/**
     32 * Have we ever failed to open the VBox device?  This is an ugly hack
     33 * to prevent the driver from being accessed when it is not open, as
     34 * I can't see anywhere good to store additional information in the driver
     35 * private data.
     36 */
    3437static Bool gDeviceOpenFailed = FALSE;
    3538
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