Xephyr: cleanup XF86dri.c a bit
This commit is contained in:
parent
f731b9da7d
commit
2b217fc055
|
@ -108,9 +108,7 @@ static XEXT_GENERATE_CLOSE_DISPLAY (close_display, xf86dri_info)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
Bool XF86DRIQueryExtension (dpy, event_basep, error_basep)
|
Bool XF86DRIQueryExtension (Display *dpy, int *event_basep, int *error_basep)
|
||||||
Display *dpy;
|
|
||||||
int *event_basep, *error_basep;
|
|
||||||
{
|
{
|
||||||
XExtDisplayInfo *info = find_display (dpy);
|
XExtDisplayInfo *info = find_display (dpy);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue