mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 17:20:08 +01:00
another ddxBeforeReset fix
This commit is contained in:
parent
b42154ca25
commit
7d259fd2ca
1 changed files with 3 additions and 1 deletions
|
|
@ -251,10 +251,12 @@ OsVendorFatalError()
|
|||
{
|
||||
}
|
||||
|
||||
void BeforeReset(void)
|
||||
#ifdef DDXBEFORERESET
|
||||
void ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
ddxUseMsg()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue