diff gui/ui/widgets.c @ 34684:b03481253518

Cosmetic: Prefer C style for single line comments. Additionally, slightly revise some of these comments.
author ib
date Fri, 24 Feb 2012 17:16:54 +0000
parents 04feb00f91be
children ac6b38cd0d45
line wrap: on
line diff
--- a/gui/ui/widgets.c	Thu Feb 23 13:48:58 2012 +0000
+++ b/gui/ui/widgets.c	Fri Feb 24 17:16:54 2012 +0000
@@ -69,7 +69,7 @@
 #define THRESHOLD 128   // transparency values equal to or above this will become
                         // opaque, all values below this will become transparent
 
-// --- init & close gtk
+/* init & close gtk */
 
 guiIcon_t guiIcon;
 
@@ -107,7 +107,7 @@
     } else
         mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_ICONERROR, gui_icon_name, size);
 
-    // start up GTK which realizes the pixmaps
+    /* start up GTK which realizes the pixmaps */
     gtk_main_iteration_do(FALSE);
 }
 
@@ -190,7 +190,7 @@
         gtk_main_iteration_do(0);
 }
 
-// --- funcs
+/* funcs */
 
 void gtkMessageBox(int type, const gchar *str)
 {