2008-04-29 12:10:37 -04:00
|
|
|
/*
|
2009-04-27 10:48:12 -04:00
|
|
|
* Cogl
|
2008-04-29 12:10:37 -04:00
|
|
|
*
|
2009-04-27 10:48:12 -04:00
|
|
|
* An object oriented GL/GLES Abstraction/Utility Layer
|
2008-04-29 12:10:37 -04:00
|
|
|
*
|
2010-05-27 18:31:40 -04:00
|
|
|
* Copyright (C) 2010 Intel Corporation.
|
2008-04-29 12:10:37 -04:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2010-05-27 18:31:40 -04:00
|
|
|
* License along with this library. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
2010-03-01 07:56:10 -05:00
|
|
|
*
|
|
|
|
*
|
2008-04-29 12:10:37 -04:00
|
|
|
*/
|
|
|
|
|
2010-05-27 18:31:40 -04:00
|
|
|
/* This file is just kept for compatability while we eradicate
|
|
|
|
* CoglHandle
|
2009-04-01 12:16:44 -04:00
|
|
|
*/
|
2008-04-29 12:10:37 -04:00
|
|
|
|
2010-05-27 18:31:40 -04:00
|
|
|
#ifndef __COGL_HANDLE_H
|
|
|
|
#define __COGL_HANDLE_H
|
2008-04-29 12:10:37 -04:00
|
|
|
|
2010-05-27 17:24:56 -04:00
|
|
|
#include "cogl-object-private.h"
|
2008-04-29 12:10:37 -04:00
|
|
|
|
|
|
|
#endif /* __COGL_HANDLE_H */
|
2010-05-27 18:31:40 -04:00
|
|
|
|