Changeset 30200 in vbox for trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h
- Timestamp:
- Jun 15, 2010 2:18:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h
r28800 r30200 43 43 STDMETHOD_(ULONG, Release)() { 44 44 long cnt = ::InterlockedDecrement (&refcnt); 45 if (cnt == 0) delete this; 45 if (cnt == 0) 46 delete this; 46 47 return cnt; 47 48 } … … 52 53 53 54 // public methods only for internal purposes 54 HRESULT init (); 55 HRESULT init (const char *pszName); 56 void enableAbsMouse(bool fEnable); 55 57 56 58 STDMETHOD(COMGETTER(Width))(ULONG *width); … … 104 106 void kbdPutCodeShift(int shift, int code, int down); 105 107 108 bool fAbsMouseEnabled; 109 106 110 ULONG mWidth, mHeight; 107 111
Note:
See TracChangeset
for help on using the changeset viewer.