Changeset 49773 in vbox
- Timestamp:
- Dec 4, 2013 1:25:00 PM (11 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_compositor.h
r49772 r49773 1 /* $Id$ */ 2 3 /** @file 4 * uint32_t compositor API 5 */ 6 7 /* 8 * Copyright (C) 2013 Oracle Corporation 9 * 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 */ 1 18 #ifndef ___cr_compositor_h_ 2 19 #define ___cr_compositor_h_ -
trunk/src/VBox/GuestHost/OpenGL/util/compositor.cpp
r49772 r49773 1 /* $Id$ */ 2 3 /** @file 4 * Compositor impl 5 */ 6 7 /* 8 * Copyright (C) 2013 Oracle Corporation 9 * 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 */ 1 18 #include <cr_compositor.h> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.