From 3986f13c9319b4f64c7b2ec56391370735e7d51d Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:48:49 +0000 Subject: XFree86 4.3.0.1 --- src/XDevBell.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/XDevBell.c') diff --git a/src/XDevBell.c b/src/XDevBell.c index b352a06..2184530 100644 --- a/src/XDevBell.c +++ b/src/XDevBell.c @@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/lib/Xi/XDevBell.c,v 3.4 2002/10/16 00:37:28 dawes Exp $ */ /*********************************************************************** * @@ -52,11 +53,12 @@ SOFTWARE. * */ -#include "XI.h" -#include "XIproto.h" -#include "Xlibint.h" -#include "XInput.h" -#include "extutil.h" +#include +#include +#include +#include +#include +#include "XIint.h" int XDeviceBell (dpy, dev, feedbackclass, feedbackid, percent) @@ -66,7 +68,7 @@ XDeviceBell (dpy, dev, feedbackclass, feedbackid, percent) int percent; { xDeviceBellReq *req; - XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); + XExtDisplayInfo *info = XInput_find_display (dpy); LockDisplay (dpy); if (_XiCheckExtInit(dpy, XInput_Add_XDeviceBell) == -1) -- cgit v1.2.1