PERFORCE change 214213 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 10 23:26:15 UTC 2012


http://p4web.freebsd.org/@@214213?ac=10

Change 214213 by brooks at brooks_ecr_current on 2012/07/10 23:25:45

	Use blue instead of white text as it seems to eliminate spurious
	gestures which are probably interference related.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/browser/browser.c#10 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/browser/browser.c#10 (text+ko) ====

@@ -422,7 +422,7 @@
 	u_int32_t textbuf[TEXTSPACE*CHAR_HEIGHT];
 
 	memset(textbuf, 0, sizeof(textbuf));
-	fb_render_text(text, 2, white, black, textbuf,
+	fb_render_text(text, 2, blue, black, textbuf,
 	    TEXTSPACE, CHAR_HEIGHT);
 	fb_post_region(textbuf, colstart[(s/NROW)] + TEXT_OFFSET,
 	    FROW + (RHEIGHT * (s % NROW)) + BORDER, TEXTSPACE,


More information about the p4-projects mailing list