mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 03:38:01 +02:00
Initialize output->pendingProperties.
This commit is contained in:
parent
b9f7aeb200
commit
7bd6557701
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ RROutputCreate (ScreenPtr pScreen,
|
|||
output->numUserModes = 0;
|
||||
output->userModes = NULL;
|
||||
output->properties = NULL;
|
||||
output->pendingProperties = FALSE;
|
||||
output->changed = FALSE;
|
||||
output->devPrivate = devPrivate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue