Found glyph pixel order inverted on screen.

This commit is contained in:
nisimura 2000-09-12 09:45:48 +00:00
parent aa96730805
commit c8321c45a7

View File

@ -1,4 +1,4 @@
/* $NetBSD: xcfb.c,v 1.19 2000/06/28 17:05:25 mrg Exp $ */
/* $NetBSD: xcfb.c,v 1.20 2000/09/12 09:45:48 nisimura Exp $ */
/*
* Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved.
@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.19 2000/06/28 17:05:25 mrg Exp $");
__KERNEL_RCSID(0, "$NetBSD: xcfb.c,v 1.20 2000/09/12 09:45:48 nisimura Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -268,7 +268,7 @@ xcfb_getdevconfig(dense_addr, dc)
}
if (wsfont_lock(cookie, &dc->rinfo.ri_font,
WSDISPLAY_FONTORDER_R2L, WSDISPLAY_FONTORDER_L2R) <= 0) {
WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R) <= 0) {
printf("xcfb: couldn't lock font\n");
return;
}