- Timestamp:
- May 31, 2010, 9:06:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r743 r744 603 603 604 604 // process pending flush events 605 foreach( QPMDiveWindowSurfacePrivate::FlushArgsargs, d->pending)605 foreach(const QPMDiveWindowSurfacePrivate::FlushArgs &args, d->pending) 606 606 doFlush(args.from, args.to); 607 607 d->pending.clear(); … … 903 903 if (surface) 904 904 surface->d->hDive = hDive; 905 else 905 else if (!diveUseFB) 906 906 DiveClose(hDive); 907 907
Note:
See TracChangeset
for help on using the changeset viewer.