changeset 104573:7690800317e8

joakim at verona.se Replace some C99 comments.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 03:05:50 +0000
parents aa590c490d6f
children 159fc889e968
files src/image.c src/xterm.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Tue Aug 25 03:03:27 2009 +0000
+++ b/src/image.c	Tue Aug 25 03:05:50 2009 +0000
@@ -5097,7 +5097,7 @@
       Display *dpy = FRAME_X_DISPLAY (f);
       GC gc;
 
-#ifndef HAVE_NS  //TODO: NS support, however this not needed for toolbars
+#ifndef HAVE_NS  /* TODO: NS support, however this not needed for toolbars */
 
 #define MaskForeground(f)  WHITE_PIX_DEFAULT (f)
 
--- a/src/xterm.c	Tue Aug 25 03:03:27 2009 +0000
+++ b/src/xterm.c	Tue Aug 25 03:05:50 2009 +0000
@@ -8654,7 +8654,7 @@
     return;
 
   if (f->output_data.x->parent_desc != FRAME_X_DISPLAY_INFO (f)->root_window)
-    return; // Only fullscreen without WM or with EWM hints (above).
+    return; /* Only fullscreen without WM or with EWM hints (above). */
 
   if (f->want_fullscreen != FULLSCREEN_NONE)
     {