1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

joakim at verona.se

Replace some C99 comments.
This commit is contained in:
Glenn Morris 2009-08-25 03:05:50 +00:00
parent 7bfd055df9
commit 5afa3a81e3
2 changed files with 2 additions and 2 deletions

View File

@ -5097,7 +5097,7 @@ x_disable_image (f, img)
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)

View File

@ -8654,7 +8654,7 @@ x_check_fullscreen (f)
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)
{