Changeset 181 for smplayer/trunk/src/desktopinfo.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/desktopinfo.cpp
r176 r181 48 48 return r.contains(w->pos()); 49 49 } 50 51 QPoint DesktopInfo::topLeftPrimaryScreen() { 52 int screen = QApplication::desktop()->primaryScreen(); 53 QRect r = QApplication::desktop()->screenGeometry(screen); 54 return r.topLeft(); 55 } 56
Note:
See TracChangeset
for help on using the changeset viewer.