CVS: rdesktop xwin.c,1.195,1.196

Jay Sorg <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11682

Modified Files:
	xwin.c 
Log Message:
ellipse fix for non copy rop

Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.195
retrieving revision 1.196
diff -C2 -d -r1.195 -r1.196
*** xwin.c	26 Aug 2005 07:01:02 -0000	1.195
--- xwin.c	29 Sep 2005 03:34:33 -0000	1.196
***************
*** 139,146 ****
  			break; \
  		case 1: /* Filled */ \
! 			XFillArc(g_display, g_ownbackstore ? g_backstore : g_wnd, g_gc, x, y, \
! 				 cx, cy, 0, 360*64); \
  			if (g_ownbackstore) \
! 				XCopyArea(g_display, g_backstore, g_wnd, g_gc, x, y, cx, cy, x, y); \
  			break; \
  	} \
--- 139,145 ----
  			break; \
  		case 1: /* Filled */ \
! 			XFillArc(g_display, g_wnd, g_gc, x, y, cx, cy, 0, 360*64); \
  			if (g_ownbackstore) \
! 				XFillArc(g_display, g_backstore, g_gc, x, y, cx, cy, 0, 360*64); \
  			break; \
  	} \



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.