mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-10 05:07:33 -04:00
13 lines
286 B
C
13 lines
286 B
C
/* $XFree86: xc/lib/Xt/ShellI.h,v 1.1 2001/08/18 02:41:29 dawes Exp $ */
|
|
|
|
#ifndef _XtShellInternal_h
|
|
#define _XtShellInternal_h
|
|
|
|
#include <X11/Xfuncproto.h>
|
|
|
|
_XFUNCPROTOBEGIN
|
|
|
|
extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
|
|
|
|
#endif /* _XtShellInternal_h */
|