summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/view.h b/include/view.h
index e997c8c4..234f17d8 100644
--- a/include/view.h
+++ b/include/view.h
@@ -59,8 +59,8 @@ void rofi_view_set_active ( RofiViewState *state );
void rofi_view_call_thread ( gpointer data, gpointer user_data );
-void menu_update ( RofiViewState *state );
-void menu_setup_fake_transparency ( Display *display, RofiViewState *state );
+void rofi_view_update ( RofiViewState *state );
+void rofi_view_setup_fake_transparency ( Display *display, RofiViewState *state );
void rofi_view_cleanup ( void );
/** @} */