Mercurial > hg > xemacs-beta
diff src/dialog-x.c @ 3466:4d52aea479a2
[xemacs-hg @ 2006-06-21 17:30:33 by james]
Fix various problems found by static checkers. Also, but back the CURCHARSIZE
macro in window.c to preserve the abstraction.
<m3mzc6wh85.fsf_-_@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Wed, 21 Jun 2006 17:30:37 +0000 |
parents | 04bc9d2f42c7 |
children | 304aebb79cd3 |
line wrap: on
line diff
--- a/src/dialog-x.c Tue Jun 20 21:51:21 2006 +0000 +++ b/src/dialog-x.c Wed Jun 21 17:30:37 2006 +0000 @@ -104,7 +104,7 @@ ourselves. */ #ifdef EXTERNAL_WIDGET /* #### Not sure if this special case is necessary. */ - if (!FRAME_X_EXTERNAL_WINDOW_P (f) && f) + if (f && !FRAME_X_EXTERNAL_WINDOW_P (f)) #else if (f) #endif