File: ShellI.h

package info (click to toggle)
libxt 1%3A1.0.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,900 kB
  • ctags: 3,370
  • sloc: ansic: 33,477; sh: 9,268; makefile: 1,186
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/* $XFree86$ */

#ifndef _XtShellInternal_h
#define _XtShellInternal_h

#include <X11/Xfuncproto.h>

_XFUNCPROTOBEGIN

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

#endif /* _XtShellInternal_h */