mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-23 01:11:21 +00:00
Repaired small screwup on my part in prototypes
This commit is contained in:
parent
e29fc9165e
commit
e54b1c0f6c
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue