diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
commit | f81d7ef72c9b4f13e33efa812bed9446657ed003 (patch) | |
tree | 183442a515d232d4d88cb56d6de651c215731c3f /src/Popup.c | |
parent | bdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'src/Popup.c')
-rw-r--r-- | src/Popup.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/Popup.c b/src/Popup.c index 1549a68..b51151e 100644 --- a/src/Popup.c +++ b/src/Popup.c @@ -46,22 +46,15 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/lib/Xt/Popup.c,v 1.4 2003/10/24 15:47:35 tsi Exp $ */ #include "IntrinsicI.h" #include "ShellP.h" -#if NeedFunctionPrototypes void _XtPopup( Widget widget, XtGrabKind grab_kind, - _XtBoolean spring_loaded - ) -#else -void _XtPopup(widget, grab_kind, spring_loaded) - Widget widget; - XtGrabKind grab_kind; - Boolean spring_loaded; -#endif + _XtBoolean spring_loaded) { register ShellWidget shell_widget = (ShellWidget) widget; @@ -93,13 +86,7 @@ void _XtPopup(widget, grab_kind, spring_loaded) } /* _XtPopup */ -#if NeedFunctionPrototypes void XtPopup (Widget widget, XtGrabKind grab_kind) -#else -void XtPopup (widget, grab_kind) - Widget widget; - XtGrabKind grab_kind; -#endif { Widget hookobj; |