Lines 1-19
Link Here
|
1 |
--- girara/callbacks.h.orig 2016-04-18 20:35:34 UTC |
|
|
2 |
+++ girara/callbacks.h |
3 |
@@ -4,6 +4,7 @@ |
4 |
#define GIRARA_CALLBACKS_H |
5 |
|
6 |
#include "types.h" |
7 |
+#include "macros.h" |
8 |
#include <gtk/gtk.h> |
9 |
|
10 |
/** |
11 |
@@ -108,7 +109,7 @@ bool girara_callback_inputbar_activate(G |
12 |
* @return FALSE An error occurred |
13 |
*/ |
14 |
bool girara_callback_inputbar_key_press_event(GtkWidget* widget, |
15 |
- GdkEventKey* event, girara_session_t* session); |
16 |
+ GdkEventKey* event, girara_session_t* session) GIRARA_OPTNONE; |
17 |
|
18 |
/** |
19 |
* Default callback if the text of the input bar has changed |