# HG changeset patch # User Glenn Morris # Date 1251169550 0 # Node ID 7690800317e8ee218cd33f2a90230d1802e521a6 # Parent aa590c490d6f13d901f1c74dd59b8f055d1cbf1d joakim at verona.se Replace some C99 comments. diff -r aa590c490d6f -r 7690800317e8 src/image.c --- 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) diff -r aa590c490d6f -r 7690800317e8 src/xterm.c --- 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) {