Bug Tracker item #3178498, was opened at 2011-02-11 19:06
Message generated for change (Settings changed) made by atkac
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3178498&group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jochen Tucht (jtuc)
>Assigned to: Adam Tkac (atkac)
Summary: ScaledPixelBuffer::setSourceBuffer() does not work for me

Initial Comment:
common/rfb/ScaledPixelBuffer.cxx
@@ -78,1 +78,1 @@
- if (w > 0 && h > 0 && src_data != NULL) {
+ if (w > 0 && h > 0 && src_data_ != NULL) {


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3178498&group_id=254363

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to