~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/dmx/dmxscrinit.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
    if (dmxShadowFB && !shadowInit(pScreen, dmxShadowUpdateProc, NULL))
284
284
        return FALSE;
285
285
 
286
 
    miInitializeBackingStore(pScreen);
287
 
 
288
286
    if (dmxShadowFB) {
289
287
        miDCInitialize(pScreen, &dmxPointerCursorFuncs);
290
288
    } else {