Mercurial > hg > xemacs-beta
diff src/frame.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 538048ae2ab8 |
children | 1f0dabaa0855 |
line wrap: on
line diff
--- a/src/frame.h Mon Aug 13 09:54:24 2007 +0200 +++ b/src/frame.h Mon Aug 13 09:55:28 2007 +0200 @@ -152,7 +152,7 @@ /* True if frame actually has a minibuffer window on it. 0 if using a minibuffer window that isn't on this frame. */ unsigned int has_minibuffer :1; - + /* True if frame's root window can't be split. */ unsigned int no_split :1; @@ -340,7 +340,7 @@ #define FRAME_CURSOR_X(f) ((f)->cursor_x) #define FRAME_CURSOR_Y(f) ((f)->cursor_y) #define FRAME_VISIBLE_P(f) ((f)->visible) -#define FRAME_REPAINT_P(f) ((f)->visible>0) +#define FRAME_REPAINT_P(f) ((f)->visible>0) #define FRAME_NO_SPLIT_P(f) ((f)->no_split) #define FRAME_ICONIFIED_P(f) ((f)->iconified) #define FRAME_FOCUS_FRAME(f) ((f)->focus_frame) @@ -529,8 +529,8 @@ Lisp_Object console); Lisp_Object prev_frame (Lisp_Object f, Lisp_Object frametype, Lisp_Object console); -void store_in_alist (Lisp_Object *alistptr, - CONST char *propname, +void store_in_alist (Lisp_Object *alistptr, + CONST char *propname, Lisp_Object val); void pixel_to_char_size (struct frame *f, int pixel_width, int pixel_height, int *char_width, int *char_height); @@ -539,7 +539,7 @@ void round_size_to_char (struct frame *f, int in_width, int in_height, int *out_width, int *out_height); void change_frame_size (struct frame *frame, - int newlength, int newwidth, + int newlength, int newwidth, int delay); void hold_frame_size_changes (void); void unhold_one_frame_size_changes (struct frame *f);