aboutsummaryrefslogtreecommitdiff
path: root/src/widget_manager.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-02-13 21:50:39 +1300
committerDavid <dbphillipsnz@gmail.com>2014-02-13 21:50:39 +1300
commit801455e69461f3e7cdfd546958ed4c10673a5726 (patch)
tree21ca2bfaeeb456580a6387de445c623459af2bc0 /src/widget_manager.h
parentada817cc90ad8207e38c42604a6823ad8bbf7112 (diff)
downloadparamano-801455e69461f3e7cdfd546958ed4c10673a5726.tar.xz
Fixes
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();