PERFORCE change 76944 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri May 13 14:41:00 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=76944

Change 76944 by marcel at 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


More information about the p4-projects mailing list