[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::motif

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

5959.0. "DigitalUNIX 4.0 - Where is XListInputDevices?" by PEACHS::LAMPERT (Pat Lampert, UNIX Applications Support, 343-1050) Tue Apr 29 1997 16:46

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.RTitleUserPersonal
Name
DateLines
5959.1On X11R5, these are in libXi.aDV780::BROOKSDad Vader - Java KnightTue Apr 29 1997 18:399
    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.2Thanks. That was it.PEACHS::LAMPERTPat Lampert, UNIX Applications Support, 343-1050Tue Apr 29 1997 19:090