Changeset 63102 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
- Timestamp:
- Aug 6, 2016 3:54:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r63101 r63102 1215 1215 #endif 1216 1216 1217 /** @todo What the family are these statics doing there?!? */ 1218 static LONG px = p.x; 1217 LONG px = p.x; 1219 1218 if (px <= 0) 1220 1219 px = 1; 1221 staticLONG py = p.y;1220 LONG py = p.y; 1222 1221 if (py <= 0) 1223 1222 py = 1;
Note:
See TracChangeset
for help on using the changeset viewer.