48HRGN QWindowsThemeData::mask(
QWidget *widget)
50 if (!IsThemeBackgroundPartiallyTransparent(handle(), partId, stateId))
56 dc = QWindowsVistaStylePrivate::hdcForWidgetBackingStore(widget);
57 RECT nativeRect = toRECT(rect);
58 GetThemeBackgroundRegion(handle(), dc, partId, stateId, &nativeRect, &hrgn);