repo.or.cz
/
vimprobable2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't change internal mode if the window doesn't have focus (fixes the bug/incompatib...
[vimprobable2.git]
/
includes.h
blob
fe7d9bfed476baa0e7e699c0864b8779fa97a75c
1
/*
2
(c) 2009 by Leon Winter
3
(c) 2009, 2010 by Hannes Schueller
4
(c) 2009, 2010 by Matto Fransen
5
see LICENSE file
6
*/
7
8
#include <stdlib.h>
9
#include <string.h>
10
#include <ctype.h>
11
#include <gtk/gtk.h>
12
#include <gdk/gdkkeysyms.h>
13
#include <webkit/webkit.h>
14
#include <libsoup/soup.h>
15
#include <JavaScriptCore/JavaScript.h>