aboutsummaryrefslogtreecommitdiff
path: root/src/widget_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget_manager.h')
-rw-r--r--src/widget_manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widget_manager.h b/src/widget_manager.h
index 2a44c6a..2786a02 100644
--- a/src/widget_manager.h
+++ b/src/widget_manager.h
@@ -21,8 +21,7 @@
#include <gtk/gtk.h>
#include <glib.h>
-/* The Widget Manager will be a list of widgets. The list will be
- traversed from the tail to the head. */
+/* The Widget Manager will be a list of widgets. The list will be traversed from the tail to the head. */
void wm_add_widget(GtkWidget* widget);
void wm_show_widgets();