|
version 1.1.2.27, 1998/05/03 13:37:37
|
version 1.1.2.28, 1998/05/03 13:38:25
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Helper.c,v 1.1.2.26 1998/04/18 11:38:41 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Helper.c,v 1.1.2.27 1998/05/03 13:37:37 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| xf86Screens[i]->origIndex = i; /* This never changes */ | xf86Screens[i]->origIndex = i; /* This never changes */ |
| xf86Screens[i]->privates = | xf86Screens[i]->privates = |
| (DevUnion *)xnfcalloc(sizeof(DevUnion), xf86ScrnInfoPrivateCount); | (DevUnion *)xnfcalloc(sizeof(DevUnion), xf86ScrnInfoPrivateCount); |
| ErrorF("xf86AllocateScreen(): DGAActive is %d\n", xf86Screens[i]->DGAActive); |
|
| return xf86Screens[i]; | return xf86Screens[i]; |
| } | } |
| | |