mutter/clutter/cltr-events.h

19 lines
204 B
C
Raw Normal View History

2005-04-03 12:13:08 -04:00
#ifndef _HAVE_CLTR_EVENT_H
#define _HAVE_CLTR_EVENT_H
#include "cltr.h"
void
cltr_main_loop();
void
cltr_dispatch_x_event (XEvent *xevent,
gpointer data);
void
cltr_events_init();
#endif