projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change GDK_ key constants
[projects/chimara/chimara.git]
/
libchimara
/
timer.h
1
#ifndef TIMER_H
2
#define TIMER_H
3
4
#include <glib.h>
5
#include "event.h"
6
#include "chimara-glk.h"
7
#include "chimara-glk-private.h"
8
9
G_GNUC_INTERNAL gboolean push_timer_event(ChimaraGlk *glk);
10
11
#endif