mirror of
https://github.com/X11Libre/xf86-video-fbdev.git
synced 2026-04-14 11:05:23 +00:00
Compare commits
2 Commits
XORG-6_8_9
...
XORG-6_8_9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44d4790006 | ||
|
|
4d18c5309c |
@@ -5,6 +5,10 @@
|
||||
* Michel Dänzer, <michdaen@iiic.ethz.ch>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* all driver need this */
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
@@ -83,7 +87,7 @@ static int pix24bpp = 0;
|
||||
#define FBDEV_MAJOR_VERSION 0
|
||||
#define FBDEV_MINOR_VERSION 1
|
||||
|
||||
DriverRec FBDEV = {
|
||||
_X_EXPORT DriverRec FBDEV = {
|
||||
VERSION,
|
||||
FBDEV_DRIVER_NAME,
|
||||
#if 0
|
||||
@@ -202,7 +206,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
|
||||
{0,0,0,0}
|
||||
};
|
||||
|
||||
XF86ModuleData fbdevModuleData = { &FBDevVersRec, FBDevSetup, NULL };
|
||||
_X_EXPORT XF86ModuleData fbdevModuleData = { &FBDevVersRec, FBDevSetup, NULL };
|
||||
|
||||
pointer
|
||||
FBDevSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||
|
||||
Reference in New Issue
Block a user