comparison src/frame.h @ 35803:888df8063774

Change the include blocker to the same form as in other header files.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 31 Jan 2001 20:34:39 +0000
parents 1416f2329eb2
children 35857e7683d8
comparison
equal deleted inserted replaced
35802:1416f2329eb2 35803:888df8063774
20 20
21 /* Don't multiply include: dispextern.h includes macterm.h which 21 /* Don't multiply include: dispextern.h includes macterm.h which
22 includes frame.h some emacs source includes both dispextern.h and 22 includes frame.h some emacs source includes both dispextern.h and
23 frame.h */ 23 frame.h */
24 24
25 #ifndef EMACS_FRAME_H_INCLUDED 25 #ifndef EMACS_FRAME_H
26 #define EMACS_FRAME_H_INCLUDED 26 #define EMACS_FRAME_H
27 27
28 28
29 /* Miscellanea. */ 29 /* Miscellanea. */
30 30
31 /* Nonzero means don't assume anything about current contents of 31 /* Nonzero means don't assume anything about current contents of
781 #define CANON_Y_FROM_PIXEL_Y(F, Y) \ 781 #define CANON_Y_FROM_PIXEL_Y(F, Y) \
782 ((Y) % CANON_Y_UNIT (F) \ 782 ((Y) % CANON_Y_UNIT (F) \
783 ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \ 783 ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \
784 : make_number ((Y) / CANON_Y_UNIT (F))) 784 : make_number ((Y) / CANON_Y_UNIT (F)))
785 785
786 #endif /* not EMACS_FRAME_H_INCLUDED */ 786 #endif /* not EMACS_FRAME_H */