mirror of
https://github.com/brl/mutter.git
synced 2025-01-03 16:22:15 +00:00
19 lines
204 B
C
19 lines
204 B
C
|
#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
|