Changeset 33540 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r32586 r33540 270 270 } 271 271 272 /* Check whether there is an X inte section between these adjacent rects in the new rectangles272 /* Check whether there is an X intersection between these adjacent rects in the new rectangles 273 273 * and fix the intersection if delta is "good". 274 274 */ … … 298 298 } 299 299 300 /* Check whether there is an X inte section between these adjacent rects in the new rectangles300 /* Check whether there is an X intersection between these adjacent rects in the new rectangles 301 301 * and fix the intersection if delta is "good". 302 302 */ … … 314 314 } 315 315 316 /* Y positive (in the computer sen ce, top->down). */316 /* Y positive (in the computer sense, top->down). */ 317 317 for (iRect = 0; iRect < nRects; iRect++) 318 318 { … … 326 326 } 327 327 328 /* Check whether there is an Y inte section between these adjacent rects in the new rectangles328 /* Check whether there is an Y intersection between these adjacent rects in the new rectangles 329 329 * and fix the intersection if delta is "good". 330 330 */ … … 342 342 } 343 343 344 /* Y negative (in the computer sen ce, down->top). */344 /* Y negative (in the computer sense, down->top). */ 345 345 for (iRect = 0; iRect < nRects; iRect++) 346 346 { … … 354 354 } 355 355 356 /* Check whether there is an Y inte section between these adjacent rects in the new rectangles356 /* Check whether there is an Y intersection between these adjacent rects in the new rectangles 357 357 * and fix the intersection if delta is "good". 358 358 */
Note:
See TracChangeset
for help on using the changeset viewer.