desktop-events.h revision d10209fdaf0f528e72f206fd8e828b19ab9a7650
#ifndef __DESKTOP_EVENTS_H__
#define __DESKTOP_EVENTS_H__
/*
* Entry points for event distribution
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 authors
* Copyright (C) 2001-2002 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <glib.h>
struct SPDesktopWidget;
struct SPCanvasItem;
typedef struct _GdkEventCrossing GdkEventCrossing;
typedef struct _GdkEventMotion GdkEventMotion;
typedef struct _GtkWidget GtkWidget;
/* Item handlers */
/* Default handlers */
/* Rulers */
/* Guides */
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :