File: ShellI.h

package info (click to toggle)
libxt 1%3A1.2.1-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,232 kB
  • sloc: xml: 37,314; ansic: 34,152; sh: 4,357; makefile: 635
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#ifndef _XtShellInternal_h
#define _XtShellInternal_h

#include <X11/Xfuncproto.h>

_XFUNCPROTOBEGIN

extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);

#endif /* _XtShellInternal_h */