ooo-build r12913 - in branches/ooo-build-2-4-1: . patches/src680



Author: thorstenb
Date: Tue Jun 17 10:52:05 2008
New Revision: 12913
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12913&view=rev

Log:
	* patches/src680/ooocmcfixes46.diff: added fix to call
	xlib_surface_create_with_xrender_format with the right screen.



Modified:
   branches/ooo-build-2-4-1/ChangeLog
   branches/ooo-build-2-4-1/patches/src680/ooocmcfixes46.diff

Modified: branches/ooo-build-2-4-1/patches/src680/ooocmcfixes46.diff
==============================================================================
--- branches/ooo-build-2-4-1/patches/src680/ooocmcfixes46.diff	(original)
+++ branches/ooo-build-2-4-1/patches/src680/ooocmcfixes46.diff	Tue Jun 17 10:52:05 2008
@@ -16,7 +16,7 @@
  
      cairo_surface_t *surface = rCairo.xlib_surface_create_with_xrender_format (pDisplay,
 -        hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, 1, 1);
-+         hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16);
++         hDrawable_, ScreenOfDisplay(pDisplay, m_nScreen), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16);
  
      /*
       * It might be ideal to cache surface and cairo context between calls and



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]