st/xorg: Fix typo
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 12 Oct 2010 16:22:36 +0000 (18:22 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 12 Oct 2010 16:26:05 +0000 (18:26 +0200)
Pointed out by Jakob Bornecrantz.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/gallium/state_trackers/xorg/xorg_driver.c

index ca745393a9a495254ad83558c88b2de0c53243e1..3a5db9856d48f9d5d8703aa6f39d9cfb0c73c783 100644 (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 */