mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 15:50:32 +01:00
st/xorg: Fix typo
Pointed out by Jakob Bornecrantz. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
parent
f1c1ee11d3
commit
893620e52e
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ drv_pre_init(ScrnInfoPtr pScrn, int flags)
|
|||
ms = modesettingPTR(pScrn);
|
||||
ms->pEnt = pEnt;
|
||||
ms->cust = cust;
|
||||
ms->fb_id = 1;
|
||||
ms->fb_id = -1;
|
||||
|
||||
pScrn->displayWidth = 640; /* default it */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue