• Martin Rudalics's avatar
    Run `window-configuration-change-hook' only after all faces have been realized. · c936cbbc
    Martin Rudalics authored
    * frame.c (adjust_frame_size): Call x_set_window_size only if
    f->can_x_set_window_size is set.
    (make_frame): Initialize f->can_x_set_window_size and
    f->can_run_window_configuration_change_hook.
    (Fcan_run_window_configuration_change_hook): New function.
    * frame.h (frame): Split `official' into `can_x_set_window_size'
    and `can_run_window_configuration_change_hook'.
    * nsfns.m (Fx_create_frame): Set f->can_x_set_window_size.
    * w32fns.c (Fx_create_frame, x_create_tip_frame): Set
    f->can_x_set_window_size.
    * window.c (run_window_configuration_change_hook): Return
    immediately if either f->can_x_set_window_size or
    f->can_run_window_configuration_change_hook are false.
    (Fset_window_configuration): Instead of f->official set
    f->can_x_set_window_size.
    * xfns.c (Fx_create_frame, x_create_tip_frame): Set
    f->can_x_set_window_size.
    * faces.el (face-set-after-frame-default): Enable running
    `window-configuration-change-hook'.
    c936cbbc
faces.el 105 KB