Changeset 38275 in vbox for trunk/src/VBox
- Timestamp:
- Aug 2, 2011 11:14:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r37220 r38275 974 974 } 975 975 976 /** 977 * Returns the upper left and lower right corners of the virtual framebuffer. 978 * The lower right is "exclusive" (i.e. first pixel beyond the framebuffer), 979 * and the origin is (0, 0), not (1, 1) like the GUI returns. 980 */ 976 981 void Display::getFramebufferDimensions(int32_t *px1, int32_t *py1, 977 982 int32_t *px2, int32_t *py2)
Note:
See TracChangeset
for help on using the changeset viewer.