summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-19 22:10:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-20 08:04:23 +0200
commit3918625804053bec0d98d2519fb86d698cf56a7b (patch)
treeb990a9141e13507199adc07b8aad163034d7fa69 /include/view.h
parentf79c078144ed705393c8f0d069d419f9bb6b981b (diff)
Move teardown to the logic place again (possible with deamon mode removed)
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/view.h b/include/view.h
index abd0172c..95fb4ad5 100644
--- a/include/view.h
+++ b/include/view.h
@@ -87,14 +87,6 @@ void rofi_view_restart ( RofiViewState *state );
void rofi_view_update ( RofiViewState *state );
/**
- * @param display Connection to the X server.
- * @param state The handle to the view
- *
- * Enables fake transparancy on this view.
- */
-void rofi_view_setup_fake_transparency ( RofiViewState *state );
-
-/**
* @param state The handle to the view
*
* Free's the memory allocated for this handle.
@@ -167,5 +159,6 @@ Mode * rofi_view_get_mode ( RofiViewState *state );
void rofi_view_workers_initialize ( void );
void rofi_view_workers_finalize ( void );
+void __create_window ( MenuFlags menu_flags );
/**@}*/
#endif