Blame clutter/osx/clutter-osx.h

Packit 31ecd5
/* Clutter -  An OpenGL based 'interactive canvas' library.
Packit 31ecd5
 * OSX backend
Packit 31ecd5
 *
Packit 31ecd5
 * Copyright (C) 2007  Tommi Komulainen <tommi.komulainen@iki.fi>
Packit 31ecd5
 * Copyright (C) 2007  OpenedHand Ltd.
Packit 31ecd5
 *
Packit 31ecd5
 * This library is free software; you can redistribute it and/or
Packit 31ecd5
 * modify it under the terms of the GNU Lesser General Public
Packit 31ecd5
 * License as published by the Free Software Foundation; either
Packit 31ecd5
 * version 2 of the License, or (at your option) any later version.
Packit 31ecd5
 *
Packit 31ecd5
 * This library is distributed in the hope that it will be useful,
Packit 31ecd5
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 31ecd5
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 31ecd5
 * Lesser General Public License for more details.
Packit 31ecd5
 *
Packit 31ecd5
 * You should have received a copy of the GNU Lesser General Public
Packit 31ecd5
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
Packit 31ecd5
 *
Packit 31ecd5
 *
Packit 31ecd5
 */
Packit 31ecd5
#ifndef __CLUTTER_OSX_H__
Packit 31ecd5
#define __CLUTTER_OSX_H__
Packit 31ecd5
Packit 31ecd5
#import <AppKit/AppKit.h>
Packit 31ecd5
Packit 31ecd5
#include <clutter/clutter.h>
Packit 31ecd5
Packit 31ecd5
@class NSEvent;
Packit 31ecd5
Packit 31ecd5
G_BEGIN_DECLS
Packit 31ecd5
Packit 31ecd5
CLUTTER_AVAILABLE_IN_1_22
Packit 31ecd5
void clutter_osx_disable_event_retrieval (void);
Packit 31ecd5
Packit 31ecd5
G_END_DECLS
Packit 31ecd5
Packit 31ecd5
#endif /* __CLUTTER_OSX_H__ */