emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src image.c xterm.c


From: Glenn Morris
Subject: [Emacs-diffs] emacs/src image.c xterm.c
Date: Tue, 25 Aug 2009 03:05:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/08/25 03:05:51

Modified files:
        src            : image.c xterm.c 

Log message:
        joakim at verona.se
        
        Replace some C99 comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/image.c?cvsroot=emacs&r1=1.122&r2=1.123
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xterm.c?cvsroot=emacs&r1=1.1039&r2=1.1040

Patches:
Index: image.c
===================================================================
RCS file: /sources/emacs/emacs/src/image.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -b -r1.122 -r1.123
--- image.c     13 Aug 2009 17:01:25 -0000      1.122
+++ image.c     25 Aug 2009 03:05:50 -0000      1.123
@@ -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)
 

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.1039
retrieving revision 1.1040
diff -u -b -r1.1039 -r1.1040
--- xterm.c     26 Jul 2009 23:09:45 -0000      1.1039
+++ xterm.c     25 Aug 2009 03:05:50 -0000      1.1040
@@ -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)
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]