mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 13:30:06 +01:00
dix: remove obsolete comment. Event lists should not be allocated by the DDX
This commit is contained in:
parent
b137a0cdb1
commit
a7e6424d99
1 changed files with 0 additions and 3 deletions
|
|
@ -458,9 +458,6 @@ updateMotionHistory(DeviceIntPtr pDev, CARD32 ms, int first_valuator,
|
|||
* Returns the maximum number of events GetKeyboardEvents,
|
||||
* GetKeyboardValuatorEvents, and GetPointerEvents will ever return.
|
||||
*
|
||||
* Should be used in DIX as:
|
||||
* xEvent *events = xcalloc(sizeof(xEvent), GetMaximumEventsNum());
|
||||
*
|
||||
* This MUST be absolutely constant, from init until exit.
|
||||
*/
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue