Date: Fri, 13 May 2005 21:40:58 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 76944 for review Message-ID: <200505132140.j4DLewf3017579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76944 Change 76944 by marcel@marcel_nfs on 2005/05/13 21:40:44 o Remove BITBLT_NOP o Rename BITBLT_CLRTOFB to BITBLT_CTOFB Affected files ... .. //depot/projects/tty/sys/sys/vtc.h#2 edit Differences ... ==== //depot/projects/tty/sys/sys/vtc.h#2 (text+ko) ==== @@ -30,8 +30,7 @@ #define _SYS_VTC_H_ /* BitBlt operations. */ -#define BITBLT_NOP 0x0000 -#define BITBLT_CLRTOFB 0x0001 +#define BITBLT_CTOFB 0x0001 #define BITBLT_H1TOFB 0x0002 #define BITBLT_H4TOFB 0x0003 #define BITBLT_H8TOFB 0x0004
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505132140.j4DLewf3017579>