Changeset 0948070876 in tspsg
- Timestamp:
- Aug 31, 2013, 11:53:16 PM (11 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- d2f6c2529c
- Parents:
- 6c3fbe1191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/qtwin.cpp
r6c3fbe1191 r0948070876 141 141 #ifdef Q_OS_WIN32 142 142 if (resolveLibs()) { 143 DWM_BLURBEHIND bb = {0}; 144 HRESULT hr = S_OK; 143 DWM_BLURBEHIND bb; 144 HRESULT hr = S_OK; 145 bb.dwFlags = 0; 145 146 bb.fEnable = enable; 146 147 bb.dwFlags = DWM_BB_ENABLE;
Note: See TracChangeset
for help on using the changeset viewer.