web-bdftopcf/X11/ShellI.h
2020-12-31 12:22:21 -06:00

10 lines
212 B
C

#ifndef _XtShellInternal_h
#define _XtShellInternal_h
#include <X11/Xfuncproto.h>
_XFUNCPROTOBEGIN
extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
#endif /* _XtShellInternal_h */