Changeset 99739 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- May 11, 2023 1:01:08 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r99601 r99739 59 59 *********************************************************************************************************************************/ 60 60 61 static unsigned char *XXGetProperty 61 static unsigned char *XXGetProperty(Display *aDpy, Window aWnd, Atom aPropType, 62 62 const char *aPropName, unsigned long *nItems) 63 63 { … … 85 85 } 86 86 87 /**88 * Initialise the guest and ensure that it is capable of handling seamless mode89 *90 * @param pHostCallback host callback.91 * @returns true if it can handle seamless, false otherwise92 */93 87 int VBClX11SeamlessMonitor::init(PFNSENDREGIONUPDATE pHostCallback) 94 88 {
Note:
See TracChangeset
for help on using the changeset viewer.