2008-04-29 16:10:37 +00:00
|
|
|
/*
|
2009-04-27 14:48:12 +00:00
|
|
|
* Cogl
|
2008-04-29 16:10:37 +00:00
|
|
|
*
|
2009-04-27 14:48:12 +00:00
|
|
|
* An object oriented GL/GLES Abstraction/Utility Layer
|
2008-04-29 16:10:37 +00:00
|
|
|
*
|
2010-05-27 22:31:40 +00:00
|
|
|
* Copyright (C) 2010 Intel Corporation.
|
2008-04-29 16:10:37 +00: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 22:31:40 +00:00
|
|
|
* License along with this library. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
2010-03-01 12:56:10 +00:00
|
|
|
*
|
|
|
|
*
|
2008-04-29 16:10:37 +00:00
|
|
|
*/
|
|
|
|
|
2010-05-27 22:31:40 +00:00
|
|
|
/* This file is just kept for compatability while we eradicate
|
|
|
|
* CoglHandle
|
2009-04-01 16:16:44 +00:00
|
|
|
*/
|
2008-04-29 16:10:37 +00:00
|
|
|
|
2010-05-27 22:31:40 +00:00
|
|
|
#ifndef __COGL_HANDLE_H
|
|
|
|
#define __COGL_HANDLE_H
|
2008-04-29 16:10:37 +00:00
|
|
|
|
2010-05-27 21:24:56 +00:00
|
|
|
#include "cogl-object-private.h"
|
2008-04-29 16:10:37 +00:00
|
|
|
|
|
|
|
#endif /* __COGL_HANDLE_H */
|
2010-05-27 22:31:40 +00:00
|
|
|
|