Repaired small screwup on my part in prototypes

This commit is contained in:
Jeff Teunissen 2000-01-09 07:52:43 +00:00
parent e29fc9165e
commit e54b1c0f6c
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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