Changeset 769 for trunk/src/openvg/qwindowsurface_vg.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/openvg/qwindowsurface_vg.cpp
r651 r769 58 58 // Create the default type of EGL window surface for windows. 59 59 d_ptr = new QVGEGLWindowSurfaceDirect(this); 60 setStaticContentsSupport(d_ptr->supportsStaticContents()); 60 61 } 61 62 … … 90 91 bool QVGWindowSurface::scroll(const QRegion &area, int dx, int dy) 91 92 { 92 return QWindowSurface::scroll(area, dx, dy); 93 if (!d_ptr->scroll(window(), area, dx, dy)) 94 return QWindowSurface::scroll(area, dx, dy); 95 return true; 93 96 } 94 97
Note:
See TracChangeset
for help on using the changeset viewer.