summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view-internal.h')
-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 eb7389b4..2c5e6da0 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -11,7 +11,7 @@
*/
// State of the menu.
-typedef struct RofiViewState
+struct RofiViewState
{
Mode *sw;
unsigned int menu_lines;
@@ -70,6 +70,6 @@ typedef struct RofiViewState
// Handlers.
void ( *x11_event_loop )( struct RofiViewState *state, XEvent *ev );
void ( *finalize )( struct RofiViewState *state );
-}RofiViewState;
+};
/** @} */
#endif