| Title: | "OSF/Motif" is a trademark |
| Notice: | MOTIF kit note in 7.* |
| Moderator: | GOOEY::GRASS |
| Created: | Mon Aug 07 1989 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 5973 |
| Total number of notes: | 24620 |
Which library contains the function XListInputDevices?
#man 3 XListInputDevices
X11R6 X11R6
NAME
XListInputDevices, XFreeDeviceList - list available input devices
SYNTAX
XDeviceInfo *XListInputDevices(display, ndevices_return)
Display *display;
int *ndevices_return;
XFreeDeviceList(list)
XDeviceInfo *list;
.
.
I have done a strings on all the /usr/shlib/X11/*.so files
and cannot find this function.
Thanks.
Pat
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 5959.1 | On X11R5, these are in libXi.a | DV780::BROOKS | Dad Vader - Java Knight | Tue Apr 29 1997 17:39 | 9 |
On my X11R5 system, XListInputDevices and XFreeDeviceList are in
libXi.a. I don't have an X11R6 system, but perhaps this will
provide a clue.
Hope this helps,
Paul Brooks
NSIS
| |||||
| 5959.2 | Thanks. That was it. | PEACHS::LAMPERT | Pat Lampert, UNIX Applications Support, 343-1050 | Tue Apr 29 1997 18:09 | 0 |