summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-07 14:09:00 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-07 14:09:00 +0100
commitca3afc6a6e9a9311da6ead7acc0edc5750c6697f (patch)
tree22e8fe83c495cb26ecea98146efbb4654de2f40a /include
parent7c8605764bc95c65e5a0617b1e0cb57594083c8d (diff)
more renameing
Diffstat (limited to 'include')
-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 );
/** @} */