projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Progress in abolisching usage of font-desc in GtkTextTags.
[projects/chimara/chimara.git]
/
libchimara
/
mouse.h
1
#ifndef MOUSE_H
2
#define MOUSE_H
3
4
#include <glib.h>
5
#include <gtk/gtk.h>
6
7
#include "glk.h"
8
#include "window.h"
9
#include "event.h"
10
11
G_GNUC_INTERNAL gboolean on_window_button_press(GtkWidget *widget, GdkEventButton *event, winid_t win);
12
13
#endif