- Timestamp:
- Feb 9, 2014 5:04:10 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92131
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r50346 r50376 42 42 public: 43 43 virtual void sendRegionUpdate(RTRECT *pRects, size_t cRects) = 0; 44 virtual ~SeamlessHostProxy() {} 44 45 }; 45 46 -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r50346 r50376 86 86 public: 87 87 SeamlessMain(void); 88 ~SeamlessMain();88 virtual ~SeamlessMain(); 89 89 90 90 /**
Note:
See TracChangeset
for help on using the changeset viewer.