Changeset 769 for trunk/examples/openvg/star
- 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/examples/openvg/star/starwidget.cpp
r651 r769 94 94 painter.beginNativePainting(); 95 95 96 // Cache the path if we haven't already. 97 if (path == VG_INVALID_HANDLE) { 96 // Cache the path if we haven't already or if the path has 97 // become invalid because the window's context has changed. 98 if (path == VG_INVALID_HANDLE || !vgGetPathCapabilities(path)) { 98 99 path = vgCreatePath(VG_PATH_FORMAT_STANDARD, 99 100 VG_PATH_DATATYPE_F,
Note:
See TracChangeset
for help on using the changeset viewer.