From eef864d36de97903007f04fad9fa43afe297745b Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 25 May 2012 15:19:41 +0200 Subject: fontconfig xserver xkeyboard-config pixman git update 2012 --- xorg-server/hw/xfree86/doc/ddxDesign.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'xorg-server/hw/xfree86/doc') diff --git a/xorg-server/hw/xfree86/doc/ddxDesign.xml b/xorg-server/hw/xfree86/doc/ddxDesign.xml index ca5efc9be..a6b9da2d5 100644 --- a/xorg-server/hw/xfree86/doc/ddxDesign.xml +++ b/xorg-server/hw/xfree86/doc/ddxDesign.xml @@ -664,11 +664,6 @@ Here is what InitOutput() does: This is done at the start of the first server generation only. - - The core server contains a list of mandatory modules. These are loaded - first. Currently the only module on this list is the bitmap font module. - - The next set of modules loaded are those specified explicitly in the &k.module; section of the config file. @@ -5994,26 +5989,6 @@ typedef struct { -
- - void LoadFont(FontModule *font); - -
- This registers the entry points for the font rasteriser module - identified by font. The FontModule - struct is defined as: - - - typedef struct { - InitFont initFunc; - char * name; - pointer module; -} FontModule; - - - -
- @@ -9061,7 +9036,7 @@ static Bool ZZZScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) { /* Get the ScrnInfoRec */ - pScrn = xf86Screens[pScreen->myNum]; + pScrn = xf86ScreenToScrn(pScreen); /* * If using the vgahw module, its data structures and related -- cgit v1.2.3