home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / X11 / ShellI.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-02-14  |  229 b   |  13 lines

  1. /* $XFree86$ */
  2.  
  3. #ifndef _XtShellInternal_h
  4. #define _XtShellInternal_h
  5.  
  6. #include <X11/Xfuncproto.h>
  7.  
  8. _XFUNCPROTOBEGIN
  9.  
  10. extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
  11.  
  12. #endif /* _XtShellInternal_h */
  13.