|
Lines 3890-3895
static int indexForScanlinePad[65] = {
Link Here
|
| 3890 |
3 /* 64 bits per scanline pad unit */ |
3890 |
3 /* 64 bits per scanline pad unit */ |
| 3891 |
}; |
3891 |
}; |
| 3892 |
|
3892 |
|
|
|
3893 |
static Bool |
| 3894 |
DefaultCloseScreen(ScreenPtr screen) |
| 3895 |
{ |
| 3896 |
return TRUE; |
| 3897 |
} |
| 3898 |
|
| 3893 |
/* |
3899 |
/* |
| 3894 |
grow the array of screenRecs if necessary. |
3900 |
grow the array of screenRecs if necessary. |
| 3895 |
call the device-supplied initialization procedure |
3901 |
call the device-supplied initialization procedure |
|
Lines 3949-3954
static int init_screen(ScreenPtr pScreen, int i, Bool gpu)
Link Here
|
| 3949 |
PixmapWidthPaddingInfo[depth].notPower2 = 0; |
3955 |
PixmapWidthPaddingInfo[depth].notPower2 = 0; |
| 3950 |
} |
3956 |
} |
| 3951 |
} |
3957 |
} |
|
|
3958 |
|
| 3959 |
pScreen->CloseScreen = DefaultCloseScreen; |
| 3960 |
|
| 3952 |
return 0; |
3961 |
return 0; |
| 3953 |
} |
3962 |
} |
| 3954 |
|
3963 |
|
| 3955 |
- |
|
|