don't change internal mode if the window doesn't have focus (fixes the bug/incompatib...
[vimprobable2.git] / includes.h
blobfe7d9bfed476baa0e7e699c0864b8779fa97a75c
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 */
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>