projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed glk_request_mouse_event to only generate one mouse event. When
[projects/chimara/chimara.git]
/
libchimara
/
abort.h
1
#ifndef ABORT_H
2
#define ABORT_H
3
4
#include <glib.h>
5
6
G_GNUC_INTERNAL void check_for_abort(void);
7
G_GNUC_INTERNAL void shutdown_glk_pre(void);
8
G_GNUC_INTERNAL void shutdown_glk_post(void);
9
10
#endif
11