Changeset 98519 in vbox
- Timestamp:
- Feb 9, 2023 1:42:16 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r98450 r98519 266 266 267 267 /** Returns the copy of the IDisplay wrapper. */ 268 CDisplay display() const { return m_ display; }268 CDisplay display() const { return m_comDisplay; } 269 269 /** Attach frame-buffer to IDisplay. */ 270 270 void attach(); … … 487 487 488 488 /** Holds the copy of the IDisplay wrapper. */ 489 CDisplay m_ display;489 CDisplay m_comDisplay; 490 490 /** Source bitmap from IDisplay. */ 491 491 CDisplaySourceBitmap m_sourceBitmap; … … 1121 1121 1122 1122 /* Assign display: */ 1123 m_ display = m_pMachineView->uisession()->display();1123 m_comDisplay = m_pMachineView->uisession()->display(); 1124 1124 1125 1125 /* Initialize critical-section: */
Note:
See TracChangeset
for help on using the changeset viewer.