summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-16 10:40:21 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-16 10:40:21 +0100
commit6217edf622e4deaa60ed6d681b2cf21f7b3e8a93 (patch)
treefc8d3601ccb35531b8e2064914c6c37208105a54 /include
parent354e65fa063a37ff1eac6423f793c1a8c58ca6e3 (diff)
#343 Add history support to drun mode.
Diffstat (limited to 'include')
-rw-r--r--include/view-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 2c5e6da0..38f24511 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -68,8 +68,8 @@ struct RofiViewState
MenuFlags menu_flags;
// Handlers.
- void ( *x11_event_loop )( struct RofiViewState *state, XEvent *ev );
- void ( *finalize )( struct RofiViewState *state );
+ void ( *x11_event_loop )( struct RofiViewState *state, XEvent *ev );
+ void ( *finalize )( struct RofiViewState *state );
};
/** @} */
#endif