Changeset 42852 in vbox for trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
- Timestamp:
- Aug 16, 2012 5:41:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
r41216 r42852 6 6 7 7 /* 8 * Copyright (C) 2006-201 0Oracle Corporation8 * Copyright (C) 2006-2012 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 50 50 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VBoxSDLFB, IFramebuffer) 51 51 NS_DECL_CLASSINFO(VBoxSDLFB) 52 NS_IMPL_THREADSAFE_ISUPPORTS 1_CI(VBoxSDLFBOverlay, IFramebufferOverlay)52 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(VBoxSDLFBOverlay, IFramebufferOverlay, IFramebuffer) 53 53 NS_DECL_CLASSINFO(VBoxSDLFBOverlay) 54 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.