tn5250j/src/org/tn5250j GuiGraphicBuffer.java,1.35,1.36

"Kenneth J. Pouncey" <[email protected]> Mon, 02 Aug 2004 17:27:41 +0000
Newsgroups gmane.comp.java.tn5250j.cvs
Message-ID <[email protected]>
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18313/src/org/tn5250j

Modified Files:
	GuiGraphicBuffer.java 
Log Message:
add field plane but probably not needed

Index: GuiGraphicBuffer.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/GuiGraphicBuffer.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** GuiGraphicBuffer.java	1 Aug 2004 21:15:33 -0000	1.35
--- GuiGraphicBuffer.java	2 Aug 2004 17:27:39 -0000	1.36
***************
*** 2037,2041 ****
           extended =new char[size];
           graphic = new char[size];
!          field = null;
  
           if (size == lenScreen) {
--- 2037,2041 ----
           extended =new char[size];
           graphic = new char[size];
!          field = new char[size];
  
           if (size == lenScreen) {
***************
*** 2046,2049 ****
--- 2046,2050 ----
  	         screen.GetScreen(extended, size, PLANE_EXTENDED);
  	         screen.GetScreen(graphic, size, PLANE_EXTENDED_GRAPHIC);
+ 	         screen.GetScreen(field, size, PLANE_FIELD);
           }
           else {
***************
*** 2054,2057 ****
--- 2055,2059 ----
  	         screen.GetScreenRect(extended, size, startRow, startCol, endRow, endCol, PLANE_EXTENDED);
  	         screen.GetScreenRect(graphic, size, startRow, startCol, endRow, endCol, PLANE_EXTENDED_GRAPHIC);
+ 	         screen.GetScreenRect(field, size, startRow, startCol, endRow, endCol, PLANE_FIELD);
           }
        }



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com