|
version 1.9, 2004/02/13 23:58:31
|
version 1.10, 2006/03/16 16:49:51
|
|
|
|
| /* $XFree86: xc/programs/Xserver/cfb16/cfbmodule.c,v 1.8 1999/01/26 05:53:49 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/cfb16/cfbmodule.c,v 1.9 2004/02/13 23:58:31 dawes Exp $ */ |
| /* | /* |
| * Copyright (C) 1998 The XFree86 Project, Inc. |
* Copyright (C) 1998-2006 The XFree86 Project, Inc. |
| * All rights reserved. | * All rights reserved. |
| * | * |
| * Permission is hereby granted, free of charge, to any person obtaining | * Permission is hereby granted, free of charge, to any person obtaining |
|
|
|
| XF86ModuleData cfb16ModuleData = { &VersRec, cfb16Setup, NULL }; | XF86ModuleData cfb16ModuleData = { &VersRec, cfb16Setup, NULL }; |
| | |
| static pointer | static pointer |
| cfb16Setup(pointer module, pointer opts, int *errmaj, int *errmin) |
cfb16Setup(ModuleDescPtr module, pointer opts, int *errmaj, int *errmin) |
| { | { |
| /* This modules requires cfb, so load it */ | /* This modules requires cfb, so load it */ |
| return LoadSubModule(module, "cfb", NULL, NULL, NULL, NULL, | return LoadSubModule(module, "cfb", NULL, NULL, NULL, NULL, |