From e54b1c0f6cf65c39885c0c99a2386b727a244b4e Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 9 Jan 2000 07:52:43 +0000 Subject: [PATCH] Repaired small screwup on my part in prototypes --- common/dga_check.c | 2 +- common/dga_check.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/dga_check.c b/common/dga_check.c index ad939c9..3a12f3d 100644 --- a/common/dga_check.c +++ b/common/dga_check.c @@ -39,7 +39,7 @@ Check for the presence of the XFree86-DGA X server extension */ int -VID_CheckDGA ( Display *dpy, Window *win ) +VID_CheckDGA ( Display *dpy ) { int event_base, error_base = 0; diff --git a/common/dga_check.h b/common/dga_check.h index ecbf429..6f6acd3 100644 --- a/common/dga_check.h +++ b/common/dga_check.h @@ -42,14 +42,14 @@ Check for the presence of the XFree86-DGA support in the X server */ -int VID_CheckDGA ( Display *dpy, Window *win ); +int VID_CheckDGA ( Display *dpy ); /* VID_CheckVMode Check for the presence of the XFree86-VMode X server extension */ -int VID_CheckVMode ( Display* ); +int VID_CheckVMode ( Display *dpy ); #endif // HAS_DGA