mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 18:00:14 +01:00
Silence an error message in ConfigureWindow that never happens.
This commit is contained in:
parent
89d3249c3e
commit
b740b865e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2155,7 +2155,7 @@ WhereDoIGoInTheStack(
|
|||
return pWin->nextSib;
|
||||
default:
|
||||
{
|
||||
ErrorF("Internal error in ConfigureWindow, smode == %d\n",smode );
|
||||
/* should never happen; make something up. */
|
||||
return pWin->nextSib;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue