Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought




XAllowEvents(3X) XAllowEvents(3X)
NAME XAllowEvents - releases queued events SYNOPSIS XAllowEvents(display, event-mode, time) Display *display; int event-mode; Time time; DESCRIPTION The XAllowEvents function releases some queued events if the client has caused a device to freeze. It has no effect if the specified time is earlier than the last-grab time of the most recent active grab for the client or if the specified time is later than the current X server time. Arguments These functions accept the following arguments: display Specifies the connection to the X server. event-mode Specifies the event mode. You can pass one of the following constants: AsyncPointer, SyncPointer, AsyncKeyboard, SyncKeyboard, ReplayPointer, ReplayKeyboard, AsyncBoth, or SyncBoth. time Specifies the time. You can pass either a times- tamp, expressed in milliseconds, or CurrentTime. ERRORS BadValue Some numeric value falls outside the range of values accepted by the request. Unless a range is speci- fied for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. The XAllowEvents function can generate a BadValue error. SEE ALSO Xlib - C Language Interface November, 1990 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026