diff options
Diffstat (limited to 'Xi/getfocus.h')
-rw-r--r-- | Xi/getfocus.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Xi/getfocus.h b/Xi/getfocus.h index 8a21c860c..d3df5ba5f 100644 --- a/Xi/getfocus.h +++ b/Xi/getfocus.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/Xi/getfocus.h,v 3.1 1996/04/15 11:18:40 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/Xi/getfocus.h,v 3.2 2003/11/17 22:20:29 dawes Exp $ */ /************************************************************ Copyright 1996 by Thomas E. Dickey <dickey@clark.net> @@ -29,25 +29,19 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. int SProcXGetDeviceFocus( -#if NeedFunctionPrototypes ClientPtr /* client */ -#endif ); int ProcXGetDeviceFocus( -#if NeedFunctionPrototypes ClientPtr /* client */ -#endif ); void SRepXGetDeviceFocus ( -#if NeedFunctionPrototypes ClientPtr /* client */, int /* size */, xGetDeviceFocusReply * /* rep */ -#endif ); #endif /* GETFOCUS_H */ |