diff options
| author | Glenn Morris | 2009-08-25 03:05:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-25 03:05:50 +0000 |
| commit | 5afa3a81e3a6f184158309ceaa68ccb2c0edea1e (patch) | |
| tree | e7fcfbc2b0393021265ea334b779cb9464597127 | |
| parent | 7bfd055df9e2fd70dc002e6ba26c6a56e02df6de (diff) | |
| download | emacs-5afa3a81e3a6f184158309ceaa68ccb2c0edea1e.tar.gz emacs-5afa3a81e3a6f184158309ceaa68ccb2c0edea1e.zip | |
joakim at verona.se
Replace some C99 comments.
| -rw-r--r-- | src/image.c | 2 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index e10f3817b69..fa4eecd040b 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -5097,7 +5097,7 @@ x_disable_image (f, img) | |||
| 5097 | Display *dpy = FRAME_X_DISPLAY (f); | 5097 | Display *dpy = FRAME_X_DISPLAY (f); |
| 5098 | GC gc; | 5098 | GC gc; |
| 5099 | 5099 | ||
| 5100 | #ifndef HAVE_NS //TODO: NS support, however this not needed for toolbars | 5100 | #ifndef HAVE_NS /* TODO: NS support, however this not needed for toolbars */ |
| 5101 | 5101 | ||
| 5102 | #define MaskForeground(f) WHITE_PIX_DEFAULT (f) | 5102 | #define MaskForeground(f) WHITE_PIX_DEFAULT (f) |
| 5103 | 5103 | ||
diff --git a/src/xterm.c b/src/xterm.c index ae61983fae4..e536d0ddc25 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8654,7 +8654,7 @@ x_check_fullscreen (f) | |||
| 8654 | return; | 8654 | return; |
| 8655 | 8655 | ||
| 8656 | if (f->output_data.x->parent_desc != FRAME_X_DISPLAY_INFO (f)->root_window) | 8656 | if (f->output_data.x->parent_desc != FRAME_X_DISPLAY_INFO (f)->root_window) |
| 8657 | return; // Only fullscreen without WM or with EWM hints (above). | 8657 | return; /* Only fullscreen without WM or with EWM hints (above). */ |
| 8658 | 8658 | ||
| 8659 | if (f->want_fullscreen != FULLSCREEN_NONE) | 8659 | if (f->want_fullscreen != FULLSCREEN_NONE) |
| 8660 | { | 8660 | { |