(file) Return to cfbmodule.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / cfb16

Diff for /xc/programs/Xserver/cfb16/cfbmodule.c between version 1.9 and 1.10

version 1.9, 2004/02/13 23:58:31 version 1.10, 2006/03/16 16:49:51
Line 1 
Line 1 
 /* $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
Line 70 
Line 70 
 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,


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Powered by
ViewCVS 0.9.2