aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/image.c2
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index e10f3817b6..fa4eecd040 100644
--- a/src/image.c
+++ b/src/image.c
@@ -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)
diff --git a/src/xterm.c b/src/xterm.c
index ae61983fae..e536d0ddc2 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -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)
{