diff options
author | TingPing <tingping@tingping.se> | 2013-10-08 18:16:10 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-10-08 18:16:10 -0400 |
commit | 0c3220c4697598badbf222b7b6209326ec863942 (patch) | |
tree | da98c52bf70596e83488a241d5d9b120dcd98869 /src/fe-gtk/chanview.c | |
parent | e52905f50c7ff5d123a58ba016dcbb9de2b13f4f (diff) |
Add preference to change tabs on scroll
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
Diffstat (limited to 'src/fe-gtk/chanview.c')
-rw-r--r-- | src/fe-gtk/chanview.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-gtk/chanview.c b/src/fe-gtk/chanview.c index 500ed1e5..4c50d922 100644 --- a/src/fe-gtk/chanview.c +++ b/src/fe-gtk/chanview.c @@ -22,6 +22,10 @@ #include <stdlib.h> #include <string.h> +#include "../common/hexchat.h" +#include "../common/hexchatc.h" +#include "fe-gtk.h" +#include "maingui.h" #include "gtkutil.h" #include "chanview.h" |