From 30e35cb44b6ea11d0eac8ce0d986517f3224852a Mon Sep 17 00:00:00 2001 From: Robin Cutshaw Date: Thu, 30 Dec 1999 03:03:21 +0000 Subject: 3516. Jumbo Tiny-X patch with Itsy support (#3527, Keith Packard). --- hw/kdrive/fbdev/fbinit.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hw/kdrive/fbdev/fbinit.c') diff --git a/hw/kdrive/fbdev/fbinit.c b/hw/kdrive/fbdev/fbinit.c index ea1439145..56fc27b5b 100644 --- a/hw/kdrive/fbdev/fbinit.c +++ b/hw/kdrive/fbdev/fbinit.c @@ -21,13 +21,14 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/fbdev/fbinit.c,v 1.1 1999/11/19 13:53:52 hohndel Exp $ */ #include KdCardFuncs fbdevFuncs = { fbdevCardInit, /* cardinit */ fbdevScreenInit, /* scrinit */ + fbdevInitScreen, /* initScreen */ fbdevPreserve, /* preserve */ fbdevEnable, /* enable */ fbdevDPMS, /* dpms */ @@ -44,6 +45,7 @@ KdCardFuncs fbdevFuncs = { 0, /* initAccel */ 0, /* enableAccel */ + 0, /* syncAccel */ 0, /* disableAccel */ 0, /* finiAccel */ @@ -71,8 +73,8 @@ InitInput (int argc, char **argv) KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs); } -void -OsVendorInit (void) +int +ddxProcessArgument (int argc, char **argv, int i) { - KdOsInit (&LinuxFuncs); + return KdProcessArgument (argc, argv, i); } -- cgit v1.2.3