Trivial one-liner.
>From d1d5480209e83891dc929dea95aded0c0581fb2b Mon Sep 17 00:00:00 2001
From: Nathan Kidd <nk...@opentext.com>
Date: Wed, 1 Aug 2012 22:10:20 -0400
Subject: [PATCH 4/8] Clarify glx pixmap unit test description

---
 server/fakerut.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/fakerut.cpp b/server/fakerut.cpp
index 61bb41f..608ca7f 100644
--- a/server/fakerut.cpp
+++ b/server/fakerut.cpp
@@ -2125,7 +2125,7 @@ int offScreenTest(void)
 
 		try
 		{
-			printf("Pixmap->Pixmap:                 ");
+			printf("GLX Pixmap->GLX Pixmap:         ");
 			if(!(glXMakeContextCurrent(dpy, glxpm0, glxpm0, ctx)))
 				_error("Could not make context current");
 			glXUseXFont(fontInfo->fid, minChar, maxChar-minChar+1,
-- 
1.9.1

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
VirtualGL-Devel mailing list
VirtualGL-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-devel

Reply via email to