mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
glx: Fix compilation with out xf86vidmode
This commit is contained in:
parent
f84d8fab99
commit
57d3f71132
1 changed files with 1 additions and 7 deletions
|
|
@ -2065,15 +2065,9 @@ __glxGetMscRate(__GLXDRIdrawable *glxDraw,
|
|||
return True;
|
||||
}
|
||||
else
|
||||
return False;
|
||||
#else
|
||||
(void) draw;
|
||||
(void) numerator;
|
||||
(void) denominator;
|
||||
(void) private;
|
||||
#endif
|
||||
|
||||
return False;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue