blob: c1ee0b159e1c1fbb4677a549d6aa58a5cf25ca36 (
plain)
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 */
|