[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 11:57:05 + 
2010 ---
Got into DEV300_m76, closing.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-02-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from h...@openoffice.org Fri Feb 19 13:21:45 + 
2010 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-01-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  OS/Version|Solaris   |Unix, X11

Platform|Sun   |All

  Resolution|  |FIXED

Target milestone|---   |OOo 3.3





--- Additional comments from h...@openoffice.org Mon Jan 25 10:19:27 + 
2010 ---
Applied in CWS vcl109. Thanks for the patch.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-01-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User hdu changed the following:

What|Old value |New value

 Assigned to|pl|hdu

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from h...@openoffice.org Mon Jan 25 10:03:25 + 
2010 ---
Xrender got the trapezoid calls etc. in 2004... and I thought our baseline was 
ancient ;-)
Other than that the patch looks fine.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-01-24 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User of changed the following:

What|Old value |New value

  CC|''|'hdu'

 Assigned to|tm|pl





--- Additional comments from o...@openoffice.org Mon Jan 25 06:56:26 + 
2010 ---
@ pl: Something for you?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-01-24 Thread nstange
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630





--- Additional comments from nsta...@openoffice.org Sun Jan 24 22:25:01 
+ 2010 ---
Actually I'm not. Here's my patch against svn rev. 277953

Index: vcl/unx/source/gdi/xrender_peer.cxx
===
--- vcl/unx/source/gdi/xrender_peer.cxx (revision 277953)
+++ vcl/unx/source/gdi/xrender_peer.cxx (working copy)
@@ -171,7 +171,7 @@
 #if 0 // not having trapezoid support is supported
 if( !pFunc ) return;
 #endif
-mpXRenderAddTraps = (void(*)(Display*,Picture,int,int,const 
XTrap*,int))pFunc;
+mpXRenderAddTraps = (void(*)(Display*,Picture,int,int,const 
_XTrap*,int))pFunc;
 
 #endif // XRENDER_LINK
 
Index: vcl/unx/source/gdi/xrender_peer.hxx
===
--- vcl/unx/source/gdi/xrender_peer.hxx (revision 277953)
+++ vcl/unx/source/gdi/xrender_peer.hxx (working copy)
@@ -33,6 +33,7 @@
 
 #include 
 #include 
+struct _XTrap; // On some older systems this is not declared within Xrender.h
 #include 
 
 #include 
@@ -85,7 +86,7 @@
 const XRenderPictFormat*, int nXSrc, int nYSrc,
 const XTrapezoid*, int nCount ) const;
 boolAddTraps( Picture aDst, int nXOfs, int nYOfs,
-const XTrap*, int nCount ) const;
+const _XTrap*, int nCount ) const;
 
 boolAreTrapezoidsSupported() const
 #ifdef XRENDER_LINK
@@ -119,7 +120,7 @@
 const XRenderColor*,int,int,unsigned int,unsigned int);
 void(*mpXRenderCompositeTrapezoids)(Display*,int,Picture,Picture,
 const XRenderPictFormat*,int,int,const XTrapezoid*,int);
-void(*mpXRenderAddTraps)(Display*,Picture,int,int,const 
XTrap*,int);
+void(*mpXRenderAddTraps)(Display*,Picture,int,int,const 
_XTrap*,int);
 #endif // XRENDER_LINK
 };
 
@@ -315,7 +316,7 @@
 }
 
 inline bool XRenderPeer::AddTraps( Picture aDst, int nXOfs, int nYOfs,
-const XTrap* pTraps, int nCount ) const
+const _XTrap* pTraps, int nCount ) const
 {
 #ifdef XRENDER_LINK
 XRenderAddTraps( mpDisplay, aDst, nXOfs, nYOfs, pTraps, nCount );

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-01-24 Thread nstange
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630
 Issue #|108630
 Summary|XTrap not declared in older Xrender.h
   Component|framework
 Version|OOO320m9
Platform|Sun
 URL|
  OS/Version|Solaris
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|nstange





--- Additional comments from nsta...@openoffice.org Sun Jan 24 22:22:41 
+ 2010 ---
Minor modifications to trunk/vcl/unx/source/gdi/xrender_peer.{h,c}xx are
necessary to enable compilation on unixes with older X headers.
See patch (if I'll be able to attach it)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org