mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 05:00:07 +01: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;
|
||||
}
|
||||
|
||||
void BeforeReset(void)
|
||||
#ifdef DDXBEFORERESET
|
||||
void ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* this is just to get the server to link on AIX */
|
||||
#ifdef AIXV3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue