st/xorg: Fix typo

Pointed out by Jakob Bornecrantz.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
Thomas Hellstrom 2010-10-12 18:22:36 +02:00
parent f1c1ee11d3
commit 893620e52e

View file

@ -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 */