Mercurial > emacs
comparison src/frame.c @ 110397:18b3ea98b1f4
* src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
int/Lisp_Object mixup).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 17 Sep 2010 16:37:14 +0200 |
parents | bbc922c0cfa8 |
children | 656b7a197029 |
comparison
equal
deleted
inserted
replaced
110396:2103fda73355 | 110397:18b3ea98b1f4 |
---|---|
2667 | 2667 |
2668 #ifdef FRAME_TOOLBAR_WIDTH | 2668 #ifdef FRAME_TOOLBAR_WIDTH |
2669 if (FRAME_WINDOW_P (f)) | 2669 if (FRAME_WINDOW_P (f)) |
2670 return make_number (FRAME_TOOLBAR_WIDTH (f)); | 2670 return make_number (FRAME_TOOLBAR_WIDTH (f)); |
2671 #endif | 2671 #endif |
2672 return 0; | 2672 return make_number (0); |
2673 } | 2673 } |
2674 | 2674 |
2675 DEFUN ("set-frame-height", Fset_frame_height, Sset_frame_height, 2, 3, 0, | 2675 DEFUN ("set-frame-height", Fset_frame_height, Sset_frame_height, 2, 3, 0, |
2676 doc: /* Specify that the frame FRAME has LINES lines. | 2676 doc: /* Specify that the frame FRAME has LINES lines. |
2677 Optional third arg non-nil means that redisplay should use LINES lines | 2677 Optional third arg non-nil means that redisplay should use LINES lines |