Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 78478c60bfcd |
children | d44af0c54775 |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
2034 if (!EQ (device, FRAME_DEVICE (XFRAME (popup)))) | 2034 if (!EQ (device, FRAME_DEVICE (XFRAME (popup)))) |
2035 signal_simple_error_2 ("Parent must be on same device as frame", | 2035 signal_simple_error_2 ("Parent must be on same device as frame", |
2036 device, popup); | 2036 device, popup); |
2037 } | 2037 } |
2038 | 2038 |
2039 if (NILP (DEVICE_SELECTED_FRAME (d))) | 2039 /* |
2040 { | 2040 * Previously we set this only if NILP (DEVICE_SELECTED_FRAME (d)) |
2041 /* This means that this is the first frame on the device. | 2041 * to make sure that messages were displayed as soon as possible |
2042 So short-ciruit the delay in processing the initial MapNotify | 2042 * if we're creating the first frame on a device. But it is |
2043 event so that output on the first frame shows up right | 2043 * better to just set this all the time, so that when a new frame |
2044 away... */ | 2044 * is created that covers the selected frame, echo area status |
2045 f->visible = 1; | 2045 * messages can still be seen. f->visible is reset later if the |
2046 } | 2046 * initially-unmapped property is found to be non-nil in the |
2047 * frame properties. | |
2048 */ | |
2049 f->visible = 1; | |
2047 | 2050 |
2048 allocate_x_frame_struct (f); | 2051 allocate_x_frame_struct (f); |
2049 x_create_widgets (f, lisp_window_id, popup); | 2052 x_create_widgets (f, lisp_window_id, popup); |
2050 } | 2053 } |
2051 | 2054 |
2644 toolbar-shadow-thickness Thickness of toolbar shadows. | 2647 toolbar-shadow-thickness Thickness of toolbar shadows. |
2645 background-toolbar-color Color of toolbar background. | 2648 background-toolbar-color Color of toolbar background. |
2646 bottom-toolbar-shadow-color Color of bottom shadows on toolbars. | 2649 bottom-toolbar-shadow-color Color of bottom shadows on toolbars. |
2647 (*Not* specific to the bottom-toolbar.) | 2650 (*Not* specific to the bottom-toolbar.) |
2648 top-toolbar-shadow-color Color of top shadows on toolbars. | 2651 top-toolbar-shadow-color Color of top shadows on toolbars. |
2649 (*Not* specifier to the top-toolbar.) | 2652 (*Not* specific to the top-toolbar.) |
2650 internal-border-width Width of internal border around text area. | 2653 internal-border-width Width of internal border around text area. |
2651 border-width Width of external border around text area. | 2654 border-width Width of external border around text area. |
2652 top Y position (in pixels) of the upper-left | 2655 top Y position (in pixels) of the upper-left |
2653 outermost corner of the frame (i.e. the | 2656 outermost corner of the frame (i.e. the |
2654 upper-left of the window-manager | 2657 upper-left of the window-manager |