st/xorg: Fix typo
Pointed out by Jakob Bornecrantz. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user