- Timestamp:
- Sep 12, 2011, 6:58:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r1035 r1076 390 390 391 391 wd->vrnDirty = true; 392 392 393 wd->widgetHeight = 0; 393 394 wd->rclCount = 0; … … 429 430 switch (msg->msg) { 430 431 case WM_VRNDISABLED: { 432 431 433 if (msg->hwnd == that->window()->internalWinId()) { 432 434 if (!useFB) … … 452 454 } 453 455 case WM_VRNENABLED: { 456 454 457 QWidget *widget = msg->hwnd == that->window()->internalWinId() ? 455 458 that->window() : QWidget::find(msg->hwnd); … … 645 648 QPMDiveWindowSurfacePrivate::WidgetData *wd = d->widgetData(widget); 646 649 Q_ASSERT(wd); 650 651 652 647 653 648 654 if (wd->vrnDisabled) {
Note:
See TracChangeset
for help on using the changeset viewer.