mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 12:08:18 +02:00
BeforeReset is now known as ddxBeforeReset
This commit is contained in:
parent
96711d9f56
commit
0b878c2697
1 changed files with 3 additions and 1 deletions
|
|
@ -150,10 +150,12 @@ void OsVendorFatalError()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BeforeReset(void)
|
#ifdef DDXBEFORERESET
|
||||||
|
void ddxBeforeReset(void)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* this is just to get the server to link on AIX */
|
/* this is just to get the server to link on AIX */
|
||||||
#ifdef AIXV3
|
#ifdef AIXV3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue