mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
3bd8b94fbb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1673 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
229 B
C
13 lines
229 B
C
/* $XFree86$ */
|
|
|
|
#ifndef _XtShellInternal_h
|
|
#define _XtShellInternal_h
|
|
|
|
#include <X11/Xfuncproto.h>
|
|
|
|
_XFUNCPROTOBEGIN
|
|
|
|
extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
|
|
|
|
#endif /* _XtShellInternal_h */
|