annotate src/xterm.h @ 112364:42e22c4f06b7

Move all DEFVAR'd globals into a structure -- threading infrastructure * globals.h: New file. * xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration. * window.h (Vinitial_window_system, Vminibuf_scroll_window) (Vwindow_system_version): Remove declaration. * w32term.h (Vw32_enable_palette) (Vx_pixel_size_width_font_regexp): Remove declaration. * w32menu.c (Voverriding_local_map) (Voverriding_local_map_menu_flag): Remove declaration. * w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier) (Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock) (Vw32_enable_num_lock, Vw32_lwindow_modifier) (Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system) (Vw32_phantom_key_code, Vw32_recognize_altgr) (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier) (w32_use_full_screen_buffer): Remove declaration. * w32.c (Vsystem_configuration, Vw32_downcase_file_names) (Vw32_generate_fake_inodes, Vw32_get_true_file_attributes) (w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration. * termopts.h (Vtruncate_partial_width_windows, inverse_video) (no_redraw_on_reenter, visible_bell): Remove declaration. * sysdep.c (Vsystem_name): Remove declaration. * syntax.h (parse_sexp_lookup_properties): Remove declaration. * menu.h (Vmenu_updating_frame): Remove declaration. * macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove declaration. * lisp.h (Vafter_init_time, Vafter_load_alist) (Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history) (Vcompletion_regexp_list, Vcurrent_load_list) (Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error) (Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist) (Vexec_directory, Vexec_path, Vexec_suffixes) (Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures) (Vhelp_form, Vhistory_length, Vinhibit_field_text_motion) (Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay) (Vinstallation_directory, Vinvocation_directory) (Vinvocation_name, Vload_file_rep_suffixes, Vload_history) (Vload_suffixes, Vmark_even_if_inactive, Vmemory_full) (Vmessage_log_max, Vobarray, Vprint_length, Vprint_level) (Vpurify_flag, Vquit_flag, Vsaved_region_selection) (Vscalable_fonts_allowed, Vselect_active_regions) (Vshell_file_name, Vstandard_input, Vstandard_output) (Vsystem_name, Vtemporary_file_directory, Vthrow_on_input) (Vtop_level, Vtty_erase_char, Vundo_outer_limit) (Vuser_login_name, Vwindow_scroll_functions) (Vwindow_system_version, Vx_no_window_manager) (Vx_resource_class, Vx_resource_name, baud_rate) (completion_ignore_case, debug_on_next_call, gc_cons_threshold) (history_delete_duplicates, inhibit_x_resources) (last_nonmenu_event, load_in_progress, max_specpdl_size) (minibuffer_auto_raise, print_escape_newlines, scroll_margin) (use_dialog_box, use_file_dialog): Remove declaration. Include globals.h. * keymap.h (Voverriding_local_map) (Voverriding_local_map_menu_flag, meta_prefix_char): Remove declaration. * keyboard.h (Vdouble_click_time, Vfunction_key_map) (Vinput_method_function, Vkey_translation_map) (Vlucid_menu_bar_dirty_flag, Vthis_original_command) (do_mouse_tracking, extra_keyboard_modifiers) (num_nonmacro_input_events): Remove declaration. * intervals.h (Vchar_property_alias_alist) (Vdefault_text_properties, Vinhibit_point_motion_hooks) (Vtext_property_default_nonsticky): Remove declaration. * gtkutil.h (x_gtk_file_dialog_help_text) (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog) (x_gtk_whole_detached_tool_bar): Remove declaration. * frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit) (Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame) (Vtool_bar_mode, Vx_resource_class, Vx_resource_name) (focus_follows_mouse): Remove declaration. * fontset.h (Valternate_fontname_alist, Vfontset_alias_alist) (Vignore_relative_composition, Votf_script_alist) (Vuse_default_ascent, Vvertical_centering_font_regexp): Remove declaration. * font.h (Vfont_log): Remove declaration. * dosfns.h (Vdos_display_scancodes, Vdos_version) (Vdos_windows_version, dos_codepage, dos_country_code) (dos_decimal_point, dos_hyper_key, dos_keyboard_layout) (dos_keypad_mode, dos_super_key, dos_timezone_offset): Remove declaration. * disptab.h (Vglyph_table, Vstandard_display_table): Remove declaration. * dispextern.h (Vface_remapping_alist, Vglyphless_char_display) (Vmouse_autoselect_window, Voverflow_newline_into_fringe) (Vshow_trailing_whitespace, Vtool_bar_button_margin) (Vtool_bar_style, cursor_in_echo_area, display_hourglass_p) (inverse_video, mode_line_in_non_selected_windows) (tool_bar_button_relief, tool_bar_max_label_size) (underline_minimum_offset) (unibyte_display_via_language_environment, x_stretch_cursor_p): Remove declaration. * composite.h (Vauto_composition_function) (Vcomposition_function_table): Remove declaration. * commands.h (Vexecuting_kbd_macro) (Vminibuffer_local_completion_map) (Vminibuffer_local_filename_completion_map) (Vminibuffer_local_filename_must_match_map) (Vminibuffer_local_map, Vminibuffer_local_must_match_map) (Vminibuffer_local_ns_map, Vthis_command) (Vunread_command_events, cursor_in_echo_area) (last_command_event, last_nonmenu_event, unread_command_char): Remove declaration. * coding.h (Vcoding_system_for_read, Vcoding_system_for_write) (Vdefault_file_name_coding_system) (Vdefault_process_coding_system, Vfile_name_coding_system) (Vlast_coding_system_used, Vlocale_coding_system) (Vselect_safe_coding_system_function) (Vtranslation_table_for_input, coding_system_require_warning) (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided) (eol_mnemonic_unix, inherit_process_coding_system): Remove declaration. * charset.h (Vcharset_list, Vcurrent_iso639_language): Remove declaration. * character.h (Vauto_fill_chars, Vchar_direction_table) (Vchar_script_table, Vchar_width_table, Vprintable_chars) (Vscript_representative_chars, Vtranslation_table_vector) (Vunicode_category_table): Remove declaration. * ccl.h (Vfont_ccl_encoder_alist): Remove declaration. * buffer.h (Vafter_change_functions, Vbefore_change_functions) (Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode) (inhibit_modification_hooks): Remove declaration. * xterm.c (syms_of_xterm): Update. (Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table) (Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars) (x_mouse_click_focus_ignore_position) (x_underline_at_descent_line) (x_use_underline_position_properties): Remove. * xsmfns.c (syms_of_xsmfns): Update. (Vx_session_id, Vx_session_previous_id): Remove. * xsettings.c (syms_of_xsettings): Update. (Vxft_settings, use_system_font): Remove. * xselect.c (syms_of_xselect): Update. (Vselection_converter_alist, Vx_lost_selection_functions) (Vx_sent_selection_functions, x_selection_timeout): Remove. * xfns.c (syms_of_xfns): Update. (Vgtk_version_string, Vmotif_version_string) (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape) (Vx_max_tooltip_size, Vx_mode_pointer_shape) (Vx_no_window_manager, Vx_nontext_pointer_shape) (Vx_pixel_size_width_font_regexp, Vx_pointer_shape) (Vx_sensitive_text_pointer_shape) (Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text) (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog) (x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar): Remove. * xfaces.c (syms_of_xfaces): Update. (Vface_default_stipple, Vface_font_rescale_alist) (Vface_ignored_fonts, Vface_new_frame_defaults) (Vface_remapping_alist, Vfont_list_limit) (Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove. * xdisp.c (syms_of_xdisp): Update. (Vauto_resize_tool_bars, Vblink_cursor_alist) (Vdisplay_pixels_per_inch, Vfontification_functions) (Vframe_title_format, Vglobal_mode_string) (Vglyphless_char_display, Vhourglass_delay, Vhscroll_step) (Vicon_title_format, Vinhibit_redisplay) (Vline_number_display_limit, Vline_prefix) (Vmax_mini_window_height, Vmenu_bar_update_hook) (Vmenu_updating_frame, Vmessage_log_max) (Vmouse_autoselect_window, Vnobreak_char_display) (Voverlay_arrow_position, Voverlay_arrow_string) (Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions) (Vresize_mini_windows, Vshow_trailing_whitespace) (Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style) (Vtruncate_partial_width_windows, Vvoid_text_area_pointer) (Vwindow_scroll_functions, Vwindow_size_change_functions) (Vwindow_text_change_functions, Vwrap_prefix) (auto_raise_tool_bar_buttons_p, automatic_hscrolling_p) (debug_end_pos, display_hourglass_p, emacs_scroll_step) (highlight_nonselected_windows, hscroll_margin) (inhibit_eval_during_redisplay, inhibit_free_realized_faces) (inhibit_menubar_update, inhibit_try_cursor_movement) (inhibit_try_window_id, inhibit_try_window_reusing) (line_number_display_limit_width) (make_cursor_line_fully_visible_p, message_truncate_lines) (mode_line_inverse_video, multiple_frames, overline_margin) (scroll_conservatively, scroll_margin, tool_bar_button_relief) (tool_bar_max_label_size, underline_minimum_offset) (unibyte_display_via_language_environment, x_stretch_cursor_p): Remove. * window.c (syms_of_window): Update. (Vminibuf_scroll_window, Vother_window_scroll_buffer) (Vrecenter_redisplay, Vscroll_preserve_screen_position) (Vtemp_buffer_show_function, Vwindow_configuration_change_hook) (Vwindow_point_insertion_type, auto_window_vscroll_p) (mode_line_in_non_selected_windows, next_screen_context_lines) (window_min_height, window_min_width): Remove. (scroll_margin): Remove declaration. * w32term.c (syms_of_w32term): Update. (Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise) (Vw32_recognize_altgr, Vw32_swap_mouse_buttons) (Vx_toolkit_scroll_bars, w32_num_mouse_buttons) (w32_use_visible_system_caret, x_underline_at_descent_line) (x_use_underline_position_properties): Remove. (Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers): Remove declaration. * w32select.c (syms_of_w32select): Update. (Vnext_selection_coding_system, Vselection_coding_system): Remove. * w32proc.c (syms_of_ntproc): Update. (Vw32_downcase_file_names, Vw32_generate_fake_inodes) (Vw32_get_true_file_attributes, Vw32_quote_process_args) (Vw32_start_process_inherit_error_mode) (Vw32_start_process_share_console) (Vw32_start_process_show_window, w32_pipe_read_delay): Remove. (Vsystem_name): Remove declaration. * w32font.c (syms_of_w32font): Update. (Vw32_charset_info_alist): Remove. * w32fns.c (globals_of_w32fns, syms_of_w32fns): Update. (Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist) (Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock) (Vw32_enable_palette, Vw32_lwindow_modifier) (Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system) (Vw32_pass_rwindow_to_system, Vw32_phantom_key_code) (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier) (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape) (Vx_max_tooltip_size, Vx_mode_pointer_shape) (Vx_no_window_manager, Vx_nontext_pointer_shape) (Vx_pixel_size_width_font_regexp, Vx_pointer_shape) (Vx_sensitive_text_pointer_shape) (Vx_window_horizontal_drag_shape, w32_ansi_code_page) (w32_enable_synthesized_fonts, w32_mouse_button_tolerance) (w32_mouse_move_interval) (w32_pass_extra_mouse_buttons_to_system) (w32_pass_multimedia_buttons_to_system, w32_quit_key) (w32_strict_fontnames, w32_strict_painting): Remove. (Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode) (Vw32_recognize_altgr, Vwindow_system_version) (w32_num_mouse_buttons, w32_use_visible_system_caret): Remove declaration. * w32console.c (syms_of_ntterm): Update. (w32_use_full_screen_buffer): Remove. (Vtty_defined_color_alist): Remove declaration. * w16select.c (syms_of_win16select): Update. (Vnext_selection_coding_system, Vselection_coding_system): Remove. * undo.c (syms_of_undo): Update. (Vundo_outer_limit, Vundo_outer_limit_function) (undo_inhibit_record_point, undo_limit, undo_strong_limit): Remove. * textprop.c (syms_of_textprop): Update. (Vchar_property_alias_alist, Vdefault_text_properties) (Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky): Remove. * terminal.c (syms_of_terminal): Update. (Vdelete_terminal_functions, Vring_bell_function): Remove. * term.c (syms_of_term): Update. (Vresume_tty_functions, Vsuspend_tty_functions) (no_redraw_on_reenter, system_uses_terminfo, visible_cursor): Remove. * syntax.c (syms_of_syntax): Update. (Vfind_word_boundary_function_table, multibyte_syntax_as_symbol) (open_paren_in_column_0_is_defun_start) (parse_sexp_ignore_comments, parse_sexp_lookup_properties) (words_include_escapes): Remove. * search.c (syms_of_search): Update. (Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove. * process.c (syms_of_process): Update. (Vprocess_adaptive_read_buffering, Vprocess_connection_type) (delete_exited_processes): Remove. * print.c (syms_of_print): Update. (Vfloat_output_format, Vprint_charset_text_property) (Vprint_circle, Vprint_continuous_numbering, Vprint_gensym) (Vprint_length, Vprint_level, Vprint_number_table) (Vstandard_output, print_escape_multibyte) (print_escape_newlines, print_escape_nonascii, print_quoted): Remove. * msdos.c (syms_of_msdos): Update. (Vdos_unsupported_char_glyph): Remove. (unibyte_display_via_language_environment): Remove declaration. * minibuf.c (syms_of_minibuf): Update. (Vcompletion_regexp_list, Vhistory_add_new_input) (Vhistory_length, Vminibuffer_completing_file_name) (Vminibuffer_completion_confirm) (Vminibuffer_completion_predicate, Vminibuffer_completion_table) (Vminibuffer_exit_hook, Vminibuffer_help_form) (Vminibuffer_history_position, Vminibuffer_history_variable) (Vminibuffer_prompt_properties, Vminibuffer_setup_hook) (Vread_buffer_function, Vread_expression_map) (completion_ignore_case, enable_recursive_minibuffers) (history_delete_duplicates, minibuffer_allow_text_properties) (minibuffer_auto_raise, read_buffer_completion_ignore_case): Remove. * marker.c (syms_of_marker): Update. (byte_debug_flag): Remove. * macros.c (syms_of_macros): Update. (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove. * lread.c (syms_of_lread): Update. (Vafter_load_alist, Vbyte_boolean_vars) (Vbytecomp_version_regexp, Vcurrent_load_list) (Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes) (Vload_history, Vload_path, Vload_read_function) (Vload_source_file_function, Vload_suffixes, Vobarray) (Vold_style_backquotes, Vpreloaded_file_list, Vread_circle) (Vread_symbol_positions_list, Vread_with_symbol_positions) (Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues) (force_load_messages, load_convert_to_unibyte) (load_dangerous_libraries, load_force_doc_strings) (load_in_progress): Remove. * keymap.c (syms_of_keymap): Update. (Vdefine_key_rebound_commands, Vemulation_mode_map_alists) (Vminibuffer_local_completion_map) (Vminibuffer_local_filename_completion_map) (Vminibuffer_local_filename_must_match_map) (Vminibuffer_local_map, Vminibuffer_local_must_match_map) (Vminibuffer_local_ns_map, Vminor_mode_map_alist) (Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier): Remove. * keyboard.c (syms_of_keyboard): Update. (Vauto_save_timeout, Vcommand_error_function) (Vcommand_hook_internal, Vdeactivate_mark) (Vdeferred_action_function, Vdeferred_action_list) (Vdisable_point_adjustment, Vdouble_click_time) (Vecho_keystrokes, Venable_disabled_menus_and_buttons) (Vfunction_key_map, Vglobal_disable_point_adjustment) (Vhelp_char, Vhelp_event_list, Vhelp_form) (Vinput_method_function, Vinput_method_previous_message) (Vkey_translation_map, Vlast_event_frame) (Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items) (Vminibuffer_message_timeout, Voverriding_local_map) (Voverriding_local_map_menu_flag, Vpost_command_hook) (Vpre_command_hook, Vprefix_help_command) (Vsaved_region_selection, Vselect_active_regions) (Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings) (Vthis_command, Vthis_command_keys_shift_translated) (Vthis_original_command, Vthrow_on_input, Vtimer_idle_list) (Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level) (Vtty_erase_char, Vunread_command_events) (Vunread_input_method_events, Vunread_post_input_method_events) (auto_save_interval, cannot_suspend, do_mouse_tracking) (double_click_fuzz, extra_keyboard_modifiers) (inhibit_local_menu_bar_menus, last_command_event) (last_input_event, last_nonmenu_event, menu_prompt_more_char) (menu_prompting, meta_prefix_char, num_input_keys) (num_nonmacro_input_events, polling_period, unread_command_char): Remove. * insdel.c (syms_of_insdel): Update. (Vcombine_after_change_calls, check_markers_debug_flag): Remove. * indent.c (syms_of_indent): Update. (indent_tabs_mode): Remove. * image.c (syms_of_image): Update. (Vimage_cache_eviction_delay, Vimage_types) (Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path) (cross_disabled_images): Remove. * fringe.c (syms_of_fringe): Update. (Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove. * frame.c (syms_of_frame): Update. (Vdefault_frame_alist, Vdefault_frame_scroll_bars) (Vdelete_frame_functions, Vframe_alpha_lower_limit) (Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight) (Vmouse_position_function, Vterminal_frame, Vtool_bar_mode) (Vx_resource_class, Vx_resource_name, focus_follows_mouse): Remove. * fontset.c (syms_of_fontset): Update. (Valternate_fontname_alist, Vfont_encoding_charset_alist) (Vfontset_alias_alist, Vignore_relative_composition) (Votf_script_alist, Vuse_default_ascent) (Vvertical_centering_font_regexp): Remove. * font.c (syms_of_font): Update. (Vfont_encoding_alist, Vfont_log, Vfont_slant_table) (Vfont_weight_table, Vfont_width_table): Remove. * fns.c (syms_of_fns): Update. (Vfeatures, use_dialog_box, use_file_dialog): Remove. * filelock.c (syms_of_filelock): Update. (Vtemporary_file_directory): Remove. * fileio.c (syms_of_fileio): Update. (Vafter_insert_file_functions, Vauto_save_include_big_deletions) (Vauto_save_list_file_name, Vauto_save_visited_file_name) (Vdefault_file_name_coding_system, Vfile_name_coding_system) (Vfile_name_handler_alist, Vinhibit_file_name_handlers) (Vinhibit_file_name_operation, Vset_auto_coding_function) (Vwrite_region_annotate_functions) (Vwrite_region_annotations_so_far) (Vwrite_region_post_annotation_function) (delete_by_moving_to_trash, write_region_inhibit_fsync): Remove. (Vw32_get_true_file_attributes): Remove declaration. * eval.c (syms_of_eval): Update. (Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal) (Vdebugger, Vinhibit_quit, Vmacro_declaration_function) (Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error) (debug_on_next_call, debug_on_quit, debugger_may_continue) (max_lisp_eval_depth, max_specpdl_size): Remove. * emacs.c (syms_of_emacs): Update. (Vafter_init_time, Vbefore_init_time, Vcommand_line_args) (Vdynamic_library_alist, Vemacs_copyright, Vemacs_version) (Vinstallation_directory, Vinvocation_directory) (Vinvocation_name, Vkill_emacs_hook, Vpath_separator) (Vprevious_system_messages_locale, Vprevious_system_time_locale) (Vsystem_configuration, Vsystem_configuration_options) (Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type) (inhibit_x_resources, noninteractive1): Remove. * editfns.c (syms_of_editfns): Update. (Vbuffer_access_fontified_property) (Vbuffer_access_fontify_functions, Vinhibit_field_text_motion) (Voperating_system_release, Vsystem_name, Vuser_full_name) (Vuser_login_name, Vuser_real_login_name): Remove. * dosfns.c (syms_of_dosfns): Update. (Vdos_display_scancodes, Vdos_version, Vdos_windows_version) (dos_codepage, dos_country_code, dos_decimal_point) (dos_hyper_key, dos_keyboard_layout, dos_keypad_mode) (dos_super_key, dos_timezone_offset): Remove. * doc.c (syms_of_doc): Update. (Vbuild_files, Vdoc_file_name): Remove. * dispnew.c (syms_of_display): Update. (Vglyph_table, Vinitial_window_system) (Vredisplay_preemption_period, Vstandard_display_table) (Vwindow_system_version, baud_rate, cursor_in_echo_area) (inverse_video, redisplay_dont_pause, visible_bell): Remove. * dired.c (syms_of_dired): Update. (Vcompletion_ignored_extensions): Remove. (Vw32_get_true_file_attributes): Remove declaration. * dbusbind.c (syms_of_dbusbind): Update. (Vdbus_debug, Vdbus_registered_buses) (Vdbus_registered_objects_table): Remove. * data.c (syms_of_data): Update. (Vmost_negative_fixnum, Vmost_positive_fixnum): Remove. * composite.c (syms_of_composite): Update. (Vauto_composition_function, Vauto_composition_mode) (Vcompose_chars_after_function, Vcomposition_function_table): Remove. * coding.c (syms_of_coding): Update. (Vcharset_revision_table, Vcoding_category_list) (Vcoding_system_alist, Vcoding_system_for_read) (Vcoding_system_for_write, Vcoding_system_list) (Vdefault_process_coding_system, Venable_character_translation) (Vfile_coding_system_alist, Vlast_code_conversion_error) (Vlast_coding_system_used, Vlatin_extra_code_table) (Vlocale_coding_system, Vnetwork_coding_system_alist) (Vprocess_coding_system_alist) (Vselect_safe_coding_system_function) (Vstandard_translation_table_for_decode) (Vstandard_translation_table_for_encode) (Vtranslation_table_for_input, coding_system_require_warning) (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided) (eol_mnemonic_unix, inherit_process_coding_system) (inhibit_eol_conversion, inhibit_iso_escape_detection) (inhibit_null_byte_detection): Remove. * cmds.c (syms_of_cmds): Update. (Vpost_self_insert_hook): Remove. * charset.c (syms_of_charset): Update. (Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language) (inhibit_load_charset_map): Remove. * character.c (syms_of_character): Update. (Vauto_fill_chars, Vchar_direction_table, Vchar_script_table) (Vchar_width_table, Vprintable_chars) (Vscript_representative_chars, Vtranslation_table_vector) (Vunicode_category_table): Remove. * ccl.c (syms_of_ccl): Update. (Vcode_conversion_map_vector, Vfont_ccl_encoder_alist) (Vtranslation_hash_table_vector): Remove. * category.c (syms_of_category): Update. (Vword_combining_categories, Vword_separating_categories): Remove. * callproc.c (syms_of_callproc): Update. (Vconfigure_info_directory, Vdata_directory, Vdoc_directory) (Vexec_directory, Vexec_path, Vexec_suffixes) (Vinitial_environment, Vprocess_environment) (Vshared_game_score_directory, Vshell_file_name): Remove. * callint.c (syms_of_callint): Update. (Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg) (Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove. * bytecode.c (syms_of_bytecode): Update. (Vbyte_code_meter, byte_metering_on): Remove. * buffer.c (syms_of_buffer): Update. (Vafter_change_functions, Vbefore_change_functions) (Vchange_major_mode_hook, Vfirst_change_hook) (Vinhibit_read_only, Vkill_buffer_query_functions) (Vtransient_mark_mode, inhibit_modification_hooks): Remove. * alloc.c (syms_of_alloc): Update. (Vgc_cons_percentage, Vgc_elapsed, Vmemory_full) (Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag) (cons_cells_consed, floats_consed, garbage_collection_messages) (gc_cons_threshold, gcs_done, intervals_consed) (misc_objects_consed, pure_bytes_used, string_chars_consed) (strings_consed, symbols_consed, vector_cells_consed): Remove. * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL) (DEFVAR_INT): Assume global is in `globals'. * alloc.c (globals): Define.
author Tom Tromey <tromey@redhat.com>
date Tue, 18 Jan 2011 13:45:37 -0700
parents 568ea4e08e90
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* Definitions and headers for communication with X protocol.
64770
a0d1312ede66 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64084
diff changeset
2 Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003,
112218
376148b31b5e Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents: 111356
diff changeset
3 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 This file is part of GNU Emacs.
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94910
diff changeset
7 GNU Emacs is free software: you can redistribute it and/or modify
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94910
diff changeset
9 the Free Software Foundation, either version 3 of the License, or
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94910
diff changeset
10 (at your option) any later version.
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15 GNU General Public License for more details.
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94910
diff changeset
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
19
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
20 #include <X11/Xlib.h>
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21 #include <X11/cursorfont.h>
57498
0308942676c7 Add comment.
Kim F. Storm <storm@cua.dk>
parents: 57488
diff changeset
22
0308942676c7 Add comment.
Kim F. Storm <storm@cua.dk>
parents: 57488
diff changeset
23 /* Include Xutil.h after keysym.h to work around a bug that prevents
0308942676c7 Add comment.
Kim F. Storm <storm@cua.dk>
parents: 57488
diff changeset
24 correct recognition of AltGr key in some X versions. */
0308942676c7 Add comment.
Kim F. Storm <storm@cua.dk>
parents: 57488
diff changeset
25
57488
40d3f64bc0e5 Include Xutil.h after keysym.h to work around bug
Kim F. Storm <storm@cua.dk>
parents: 56135
diff changeset
26 #include <X11/keysym.h>
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 #include <X11/Xutil.h>
57498
0308942676c7 Add comment.
Kim F. Storm <storm@cua.dk>
parents: 57488
diff changeset
28
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29 #include <X11/Xatom.h>
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30 #include <X11/Xresource.h>
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31
5656
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
32 #ifdef USE_X_TOOLKIT
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
33 #include <X11/StringDefs.h>
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
34 #include <X11/IntrinsicP.h> /* CoreP.h needs this */
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
35 #include <X11/CoreP.h> /* foul, but we need this to use our own
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
36 window inside a widget instead of one
5656
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
37 that Xt creates... */
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
38 #include <X11/StringDefs.h>
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
39
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
40 typedef Widget xt_or_gtk_widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
41 #endif
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
42
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
43 #ifdef USE_GTK
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
44 #include <gtk/gtk.h>
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
45 #include <gdk/gdkx.h>
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
46
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
47 /* Some definitions to reduce conditionals. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
48 typedef GtkWidget *xt_or_gtk_widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
49 #define XtParent(x) (gtk_widget_get_parent (x))
50000
8b7db04f3672 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 49600
diff changeset
50 #undef XSync
57624
6178d4e9b661 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
Jan Djärv <jan.h.d@swipnet.se>
parents: 57498
diff changeset
51 #define XSync(d, b) do { gdk_window_process_all_updates (); \
6178d4e9b661 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
Jan Djärv <jan.h.d@swipnet.se>
parents: 57498
diff changeset
52 XSync (d, b); } while (0)
57954
328dc625a959 (x_start_queuing_selection_requests)
Kim F. Storm <storm@cua.dk>
parents: 57633
diff changeset
53
109616
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
54 /* The GtkTooltip API came in 2.12, but gtk-enable-tooltips in 2.14. */
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
55 #if GTK_MAJOR_VERSION > 2 || GTK_MINOR_VERSION > 13
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
56 #define USE_GTK_TOOLTIP
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
57 #endif
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
58
50000
8b7db04f3672 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 49600
diff changeset
59 #endif /* USE_GTK */
5656
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
60
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
61
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
62 /* Bookkeeping to distinguish X versions. */
999
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
63
13346
620c6dc0329c Move the include of Xlocale.h after setting HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents: 13315
diff changeset
64
28146
b539b87a97bd (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
Gerd Moellmann <gerd@gnu.org>
parents: 27992
diff changeset
65 #ifdef HAVE_X_I18N
13346
620c6dc0329c Move the include of Xlocale.h after setting HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents: 13315
diff changeset
66 #include <X11/Xlocale.h>
620c6dc0329c Move the include of Xlocale.h after setting HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents: 13315
diff changeset
67 #endif
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
68
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
69 #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
70 XScreenNumberOfScreen (FRAME_X_SCREEN (f)))
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
71 #define WHITE_PIX_DEFAULT(f) WhitePixel (FRAME_X_DISPLAY (f), \
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
72 XScreenNumberOfScreen (FRAME_X_SCREEN (f)))
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
73
94910
3c91cba34532 Throughout the file, delete all USE_FONT_BACKEND
Kenichi Handa <handa@m17n.org>
parents: 92109
diff changeset
74 #define FONT_WIDTH(f) ((f)->max_width)
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
75 #define FONT_HEIGHT(f) ((f)->ascent + (f)->descent)
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
76 #define FONT_BASE(f) ((f)->ascent)
50152
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
77 #define FONT_DESCENT(f) ((f)->descent)
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
78
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
79 /* The mask of events that text windows always want to receive. This
15043
a0716ac97a83 (STANDARD_EVENT_SET): Remove PointerNotifyHintMask.
Richard M. Stallman <rms@gnu.org>
parents: 14829
diff changeset
80 includes mouse movement events, since handling the mouse-font text property
a0716ac97a83 (STANDARD_EVENT_SET): Remove PointerNotifyHintMask.
Richard M. Stallman <rms@gnu.org>
parents: 14829
diff changeset
81 means that we must track mouse motion all the time. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
82
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
83 #define STANDARD_EVENT_SET \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
84 (KeyPressMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
85 | ExposureMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
86 | ButtonPressMask \
424
a9b60e014edd *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 348
diff changeset
87 | ButtonReleaseMask \
a9b60e014edd *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 348
diff changeset
88 | PointerMotionMask \
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
89 | StructureNotifyMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
90 | FocusChangeMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
91 | LeaveWindowMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
92 | EnterWindowMask \
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
93 | VisibilityChangeMask)
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
94
100401
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
95 #ifdef HAVE_X11R6_XIM
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
96 /* Data structure passed to xim_instantiate_callback. */
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
97 struct xim_inst_t
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
98 {
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
99 struct x_display_info *dpyinfo;
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
100 char *resource_name;
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
101 };
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
102 #endif /* HAVE_X11R6_XIM */
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
103
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
104 /* Structure recording X pixmap and reference count.
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
105 If REFCOUNT is 0 then this record is free to be reused. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
106
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
107 struct x_bitmap_record
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
108 {
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
109 Pixmap pixmap;
52090
3c8a655b53e0 (struct x_bitmap_record): New member have_mask.
Kenichi Handa <handa@m17n.org>
parents: 51899
diff changeset
110 int have_mask;
51899
5c89c59e087d (xg_set_icon): New function.
Juanma Barranquero <lekktu@gmail.com>
parents: 51214
diff changeset
111 Pixmap mask;
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
112 char *file;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
113 int refcount;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
114 /* Record some info about this pixmap. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
115 int height, width, depth;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
116 };
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
117
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
118 /* For each X display, we have a structure that records
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
119 information about it. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
120
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
121 struct x_display_info
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
122 {
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
123 /* Chain of all x_display_info structures. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
124 struct x_display_info *next;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
125
83525
b2e7507b55c6 Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
Karoly Lorentey <lorentey@elte.hu>
parents: 83504
diff changeset
126 /* The generic display parameters corresponding to this X display. */
b2e7507b55c6 Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
Karoly Lorentey <lorentey@elte.hu>
parents: 83504
diff changeset
127 struct terminal *terminal;
b2e7507b55c6 Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
Karoly Lorentey <lorentey@elte.hu>
parents: 83504
diff changeset
128
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
129 /* Connection number (normally a file descriptor number). */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
130 int connection;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
131
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
132 /* This says how to access this display in Xlib. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
133 Display *display;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
134
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
135 /* This is a cons cell of the form (NAME . FONT-LIST-CACHE).
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
136 The same cons cell also appears in x_display_name_list. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
137 Lisp_Object name_list_element;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
138
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
139 /* Number of frames that are on this display. */
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
140 int reference_count;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
141
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
142 /* The Screen this connection is connected to. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
143 Screen *screen;
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
144
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
145 /* Dots per inch of the screen. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
146 double resx, resy;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
147
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
148 /* The Visual being used for this display. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
149 Visual *visual;
27986
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
150
42997
4fec5d1a39fa Fix typos.
Pavel Janík <Pavel@Janik.cz>
parents: 42724
diff changeset
151 /* The colormap being used. */
27986
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
152 Colormap cmap;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
153
56111
54633f72f8db * xterm.h (struct x_display_info): Typo in comment fixed.
Jan Djärv <jan.h.d@swipnet.se>
parents: 55031
diff changeset
154 /* Number of planes on this screen. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
155 int n_planes;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
156
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
157 /* Mask of things that cause the mouse to be grabbed. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
158 int grabbed;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
159
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
160 /* Emacs bitmap-id of the default icon bitmap for this frame.
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
161 Or -1 if none has been allocated yet. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
162 int icon_bitmap_id;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
163
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
164 /* The root window of this screen. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
165 Window root_window;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
166
52298
1a4bd2bec861 Create and initialize a client leader window so session management
Jan Djärv <jan.h.d@swipnet.se>
parents: 52090
diff changeset
167 /* Client leader window. */
1a4bd2bec861 Create and initialize a client leader window so session management
Jan Djärv <jan.h.d@swipnet.se>
parents: 52090
diff changeset
168 Window client_leader_window;
1a4bd2bec861 Create and initialize a client leader window so session management
Jan Djärv <jan.h.d@swipnet.se>
parents: 52090
diff changeset
169
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
170 /* The cursor to use for vertical scroll bars. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
171 Cursor vertical_scroll_bar_cursor;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
172
103704
6a4e411bd83b * xterm.h (struct x_display_info): Add invisible_cursor.
Jan Djärv <jan.h.d@swipnet.se>
parents: 103676
diff changeset
173 /* The invisible cursor used for pointer blanking. */
6a4e411bd83b * xterm.h (struct x_display_info): Add invisible_cursor.
Jan Djärv <jan.h.d@swipnet.se>
parents: 103676
diff changeset
174 Cursor invisible_cursor;
6a4e411bd83b * xterm.h (struct x_display_info): Add invisible_cursor.
Jan Djärv <jan.h.d@swipnet.se>
parents: 103676
diff changeset
175
53069
1218a42792ea Implement multiple display handling for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52754
diff changeset
176 #ifdef USE_GTK
1218a42792ea Implement multiple display handling for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52754
diff changeset
177 /* The GDK cursor for scroll bars and popup menus. */
1218a42792ea Implement multiple display handling for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52754
diff changeset
178 GdkCursor *xg_cursor;
1218a42792ea Implement multiple display handling for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52754
diff changeset
179 #endif
1218a42792ea Implement multiple display handling for GTK.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52754
diff changeset
180
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
181 /* X Resource data base */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
182 XrmDatabase xrdb;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
183
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
184 /* Minimum width over all characters in all fonts in font_table. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
185 int smallest_char_width;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
186
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
187 /* Minimum font height over all fonts in font_table. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
188 int smallest_font_height;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
189
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
190 /* Reusable Graphics Context for drawing a cursor in a non-default face. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
191 GC scratch_cursor_gc;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
192
111340
2186ab0af4a5 Start redesigning portable mouse highlight. Not compiled.
Eli Zaretskii <eliz@gnu.org>
parents: 110145
diff changeset
193 /* Information about the range of text currently shown in
2186ab0af4a5 Start redesigning portable mouse highlight. Not compiled.
Eli Zaretskii <eliz@gnu.org>
parents: 110145
diff changeset
194 mouse-face. */
2186ab0af4a5 Start redesigning portable mouse highlight. Not compiled.
Eli Zaretskii <eliz@gnu.org>
parents: 110145
diff changeset
195 Mouse_HLInfo mouse_highlight;
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
196
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
197 char *x_id_name;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
198
94910
3c91cba34532 Throughout the file, delete all USE_FONT_BACKEND
Kenichi Handa <handa@m17n.org>
parents: 92109
diff changeset
199 /* The number of fonts opened for this display. */
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
200 int n_fonts;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
201
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
202 /* Pointer to bitmap records. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
203 struct x_bitmap_record *bitmaps;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
204
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
205 /* Allocated size of bitmaps field. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
206 int bitmaps_size;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
207
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
208 /* Last used bitmap index. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
209 int bitmaps_last;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
210
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
211 /* Which modifier keys are on which modifier bits?
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
212
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
213 With each keystroke, X returns eight bits indicating which modifier
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
214 keys were held down when the key was pressed. The interpretation
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
215 of the top five modifier bits depends on what keys are attached
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
216 to them. If the Meta_L and Meta_R keysyms are on mod5, then mod5
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
217 is the meta bit.
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
218
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
219 meta_mod_mask is a mask containing the bits used for the meta key.
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
220 It may have more than one bit set, if more than one modifier bit
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
221 has meta keys on it. Basically, if EVENT is a KeyPress event,
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
222 the meta key is pressed if (EVENT.state & meta_mod_mask) != 0.
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
223
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
224 shift_lock_mask is LockMask if the XK_Shift_Lock keysym is on the
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
225 lock modifier bit, or zero otherwise. Non-alphabetic keys should
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
226 only be affected by the lock modifier bit if XK_Shift_Lock is in
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
227 use; XK_Caps_Lock should only affect alphabetic keys. With this
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
228 arrangement, the lock modifier should shift the character if
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
229 (EVENT.state & shift_lock_mask) != 0. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
230 int meta_mod_mask, shift_lock_mask;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
231
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
232 /* These are like meta_mod_mask, but for different modifiers. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
233 int alt_mod_mask, super_mod_mask, hyper_mod_mask;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
234
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
235 /* Communication with window managers. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
236 Atom Xatom_wm_protocols;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
237
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
238 /* Kinds of protocol things we may receive. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
239 Atom Xatom_wm_take_focus;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
240 Atom Xatom_wm_save_yourself;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
241 Atom Xatom_wm_delete_window;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
242
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
243 /* Atom for indicating window state to the window manager. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
244 Atom Xatom_wm_change_state;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
245
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
246 /* Other WM communication */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
247 Atom Xatom_wm_configure_denied; /* When our config request is denied */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
248 Atom Xatom_wm_window_moved; /* When the WM moves us. */
52298
1a4bd2bec861 Create and initialize a client leader window so session management
Jan Djärv <jan.h.d@swipnet.se>
parents: 52090
diff changeset
249 Atom Xatom_wm_client_leader; /* Id of client leader window. */
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
250
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
251 /* EditRes protocol */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
252 Atom Xatom_editres;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
253
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
254 /* More atoms, which are selection types. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
255 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,
46883
d69b36b954c3 (struct x_display_info): New member Xatom_UTF8_STRING.
Kenichi Handa <handa@m17n.org>
parents: 46706
diff changeset
256 Xatom_COMPOUND_TEXT, Xatom_UTF8_STRING,
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
257 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
258 Xatom_ATOM_PAIR;
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
259
17104
b2a15ee1d181 (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
Kenichi Handa <handa@m17n.org>
parents: 17051
diff changeset
260 /* More atoms for font properties. The last three are private
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
261 properties, see the comments in src/fontset.h. */
59204
d0fe8e91ef27 (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
Kenichi Handa <handa@m17n.org>
parents: 58283
diff changeset
262 Atom Xatom_PIXEL_SIZE, Xatom_AVERAGE_WIDTH,
17104
b2a15ee1d181 (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
Kenichi Handa <handa@m17n.org>
parents: 17051
diff changeset
263 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE,
b2a15ee1d181 (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.
Kenichi Handa <handa@m17n.org>
parents: 17051
diff changeset
264 Xatom_MULE_DEFAULT_ASCENT;
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
265
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
266 /* More atoms for Ghostscript support. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
267 Atom Xatom_DONE, Xatom_PAGE;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
268
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
269 /* Atom used in toolkit scroll bar client messages. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
270 Atom Xatom_Scrollbar;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
271
91631
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
272 /* Atom used in XEmbed client messages. */
112293
568ea4e08e90 * xterm.h (struct x_display_info): Remove stray semicolon.
Paul Eggert <eggert@cs.ucla.edu>
parents: 112278
diff changeset
273 Atom Xatom_XEMBED, Xatom_XEMBED_INFO;
568ea4e08e90 * xterm.h (struct x_display_info): Remove stray semicolon.
Paul Eggert <eggert@cs.ucla.edu>
parents: 112278
diff changeset
274
11538
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
275 /* The frame (if any) which has the X window that has keyboard focus.
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
276 Zero if none. This is examined by Ffocus_frame in xfns.c. Note
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
277 that a mere EnterNotify event can set this; if you need to know the
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
278 last frame specified in a FocusIn or FocusOut event, use
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
279 x_focus_event_frame. */
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
280 struct frame *x_focus_frame;
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
281
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
282 /* The last frame mentioned in a FocusIn or FocusOut event. This is
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
283 separate from x_focus_frame, because whether or not LeaveNotify
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
284 events cause us to lose focus depends on whether or not we have
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
285 received a FocusIn event for it. */
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
286 struct frame *x_focus_event_frame;
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
287
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
288 /* The frame which currently has the visual highlight, and should get
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
289 keyboard input (other sorts of input have the frame encoded in the
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
290 event). It points to the X focus frame's selected window's
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
291 frame. It differs from x_focus_frame when we're using a global
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
292 minibuffer. */
d0bd2102adbc (struct x_display_info): New members x_focus_frame,
Karl Heuer <kwzh@gnu.org>
parents: 11352
diff changeset
293 struct frame *x_highlight_frame;
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
294
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
295 /* The gray pixmap. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
296 Pixmap gray;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
297
27501
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
298 #ifdef HAVE_X_I18N
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
299 /* XIM (X Input method). */
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
300 XIM xim;
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
301 XIMStyles *xim_styles;
100401
5a21f5d2ef24 (struct xim_inst_t): Definition moved from xterm.c.
Chong Yidong <cyd@stupidchicken.com>
parents: 98221
diff changeset
302 struct xim_inst_t *xim_callback_data;
27501
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
303 #endif
32608
0c09f18456e3 (struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann <gerd@gnu.org>
parents: 30353
diff changeset
304
0c09f18456e3 (struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann <gerd@gnu.org>
parents: 30353
diff changeset
305 /* If non-null, a cache of the colors in the color map. Don't
0c09f18456e3 (struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann <gerd@gnu.org>
parents: 30353
diff changeset
306 use this directly, call x_color_cells instead. */
0c09f18456e3 (struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann <gerd@gnu.org>
parents: 30353
diff changeset
307 XColor *color_cells;
0c09f18456e3 (struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann <gerd@gnu.org>
parents: 30353
diff changeset
308 int ncolor_cells;
52387
2415f47f227a Fix pixel calculation for TrueVisuals.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52298
diff changeset
309
52752
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
310 /* Bits and shifts to use to compose pixel values on TrueColor visuals. */
52387
2415f47f227a Fix pixel calculation for TrueVisuals.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52298
diff changeset
311 int red_bits, blue_bits, green_bits;
2415f47f227a Fix pixel calculation for TrueVisuals.
Jan Djärv <jan.h.d@swipnet.se>
parents: 52298
diff changeset
312 int red_offset, blue_offset, green_offset;
52752
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
313
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
314 /* The type of window manager we have. If we move FRAME_OUTER_WINDOW
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
315 to x/y 0/0, some window managers (type A) puts the window manager
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
316 decorations outside the screen and FRAME_OUTER_WINDOW exactly at 0/0.
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
317 Other window managers (type B) puts the window including decorations
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
318 at 0/0, so FRAME_OUTER_WINDOW is a bit below 0/0.
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
319 Record the type of WM in use so we can compensate for type A WMs. */
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
320 enum
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
321 {
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
322 X_WMTYPE_UNKNOWN,
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
323 X_WMTYPE_A,
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
324 X_WMTYPE_B
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
325 } wm_type;
72353
5f6d1ddc1872 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
Jan Djärv <jan.h.d@swipnet.se>
parents: 71367
diff changeset
326
5f6d1ddc1872 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
Jan Djärv <jan.h.d@swipnet.se>
parents: 71367
diff changeset
327
73866
e240939ffc28 (struct x_display_info): Fix indentation.
Jan Djärv <jan.h.d@swipnet.se>
parents: 72854
diff changeset
328 /* Atoms that are drag and drop atoms */
e240939ffc28 (struct x_display_info): Fix indentation.
Jan Djärv <jan.h.d@swipnet.se>
parents: 72854
diff changeset
329 Atom *x_dnd_atoms;
e240939ffc28 (struct x_display_info): Fix indentation.
Jan Djärv <jan.h.d@swipnet.se>
parents: 72854
diff changeset
330 size_t x_dnd_atoms_size;
e240939ffc28 (struct x_display_info): Fix indentation.
Jan Djärv <jan.h.d@swipnet.se>
parents: 72854
diff changeset
331 size_t x_dnd_atoms_length;
e240939ffc28 (struct x_display_info): Fix indentation.
Jan Djärv <jan.h.d@swipnet.se>
parents: 72854
diff changeset
332
106561
85bf88fe0269 Set the extended window manager hint for tooltip windows.
Jan Djärv <jan.h.d@swipnet.se>
parents: 106085
diff changeset
333 /* Extended window manager hints, Atoms supported by the window manager and
85bf88fe0269 Set the extended window manager hint for tooltip windows.
Jan Djärv <jan.h.d@swipnet.se>
parents: 106085
diff changeset
334 atoms for settig the window type. */
111512
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
335 Atom Xatom_net_supported, Xatom_net_supporting_wm_check;
75135
c42f3e23e076 (x_display_info): New: net_supported_atoms,
Jan Djärv <jan.h.d@swipnet.se>
parents: 73866
diff changeset
336 Atom *net_supported_atoms;
c42f3e23e076 (x_display_info): New: net_supported_atoms,
Jan Djärv <jan.h.d@swipnet.se>
parents: 73866
diff changeset
337 int nr_net_supported_atoms;
c42f3e23e076 (x_display_info): New: net_supported_atoms,
Jan Djärv <jan.h.d@swipnet.se>
parents: 73866
diff changeset
338 Window net_supported_window;
106561
85bf88fe0269 Set the extended window manager hint for tooltip windows.
Jan Djärv <jan.h.d@swipnet.se>
parents: 106085
diff changeset
339 Atom Xatom_net_window_type, Xatom_net_window_type_tooltip;
111512
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
340 Atom Xatom_net_active_window;
102749
67ccc027ee1b (struct x_display_info): Add atoms for _NET_WM_STATE.
Jan Djärv <jan.h.d@swipnet.se>
parents: 100951
diff changeset
341
111356
ee70db35f80f Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).
Jan D. <jan.h.d@swipnet.se>
parents: 109327
diff changeset
342 /* Atoms dealing with EWMH (i.e. _NET_...) */
111512
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
343 Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen,
103676
fbdd52a2e830 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
Jan Djärv <jan.h.d@swipnet.se>
parents: 103674
diff changeset
344 Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert,
111356
ee70db35f80f Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).
Jan D. <jan.h.d@swipnet.se>
parents: 109327
diff changeset
345 Xatom_net_wm_state_sticky, Xatom_net_frame_extents;
106085
cd4cbab8bb21 Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents: 105693
diff changeset
346
cd4cbab8bb21 Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents: 105693
diff changeset
347 /* XSettings atoms and windows. */
cd4cbab8bb21 Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents: 105693
diff changeset
348 Atom Xatom_xsettings_sel, Xatom_xsettings_prop, Xatom_xsettings_mgr;
cd4cbab8bb21 Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents: 105693
diff changeset
349 Window xsettings_window;
109143
a08a6559b47b Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
Jan D <jan.h.d@swipnet.se>
parents: 109099
diff changeset
350
a08a6559b47b Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
Jan D <jan.h.d@swipnet.se>
parents: 109099
diff changeset
351 /* Frame name and icon name */
a08a6559b47b Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
Jan D <jan.h.d@swipnet.se>
parents: 109099
diff changeset
352 Atom Xatom_net_wm_name, Xatom_net_wm_icon_name;
111512
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
353 /* Frame opacity */
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
354 Atom Xatom_net_wm_window_opacity;
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
355
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
356 /* SM */
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
357 Atom Xatom_SM_CLIENT_ID;
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
358 };
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
359
51128
d0f7882a3321 (use_xim) [HAVE_X_I18N]: Declare.
Dave Love <fx@gnu.org>
parents: 50372
diff changeset
360 #ifdef HAVE_X_I18N
d0f7882a3321 (use_xim) [HAVE_X_I18N]: Declare.
Dave Love <fx@gnu.org>
parents: 50372
diff changeset
361 /* Whether or not to use XIM if we have it. */
d0f7882a3321 (use_xim) [HAVE_X_I18N]: Declare.
Dave Love <fx@gnu.org>
parents: 50372
diff changeset
362 extern int use_xim;
d0f7882a3321 (use_xim) [HAVE_X_I18N]: Declare.
Dave Love <fx@gnu.org>
parents: 50372
diff changeset
363 #endif
d0f7882a3321 (use_xim) [HAVE_X_I18N]: Declare.
Dave Love <fx@gnu.org>
parents: 50372
diff changeset
364
30321
1f4d6c2c8a7a Add some more prototypes.
Gerd Moellmann <gerd@gnu.org>
parents: 29867
diff changeset
365 /* This checks to make sure we have a display. */
1f4d6c2c8a7a Add some more prototypes.
Gerd Moellmann <gerd@gnu.org>
parents: 29867
diff changeset
366
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
367 extern void check_x (void);
30321
1f4d6c2c8a7a Add some more prototypes.
Gerd Moellmann <gerd@gnu.org>
parents: 29867
diff changeset
368
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
369 extern struct frame *x_window_to_frame (struct x_display_info *, int);
30321
1f4d6c2c8a7a Add some more prototypes.
Gerd Moellmann <gerd@gnu.org>
parents: 29867
diff changeset
370
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
371 extern struct frame *x_any_window_to_frame (struct x_display_info *, int);
109445
051595eb9b58 Merge changes from emacs-23 branch.
Chong Yidong <cyd@stupidchicken.com>
parents: 109143 109327
diff changeset
372 extern struct frame *x_menubar_window_to_frame (struct x_display_info *,
051595eb9b58 Merge changes from emacs-23 branch.
Chong Yidong <cyd@stupidchicken.com>
parents: 109143 109327
diff changeset
373 XEvent *);
051595eb9b58 Merge changes from emacs-23 branch.
Chong Yidong <cyd@stupidchicken.com>
parents: 109143 109327
diff changeset
374
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
375 extern struct frame *x_top_window_to_frame (struct x_display_info *, int);
30321
1f4d6c2c8a7a Add some more prototypes.
Gerd Moellmann <gerd@gnu.org>
parents: 29867
diff changeset
376
104843
34f58690ff98 Must define x_*_window_to_frame for non-toolkit.
Jan Djärv <jan.h.d@swipnet.se>
parents: 104842
diff changeset
377 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
34f58690ff98 Must define x_*_window_to_frame for non-toolkit.
Jan Djärv <jan.h.d@swipnet.se>
parents: 104842
diff changeset
378 #define x_any_window_to_frame x_window_to_frame
34f58690ff98 Must define x_*_window_to_frame for non-toolkit.
Jan Djärv <jan.h.d@swipnet.se>
parents: 104842
diff changeset
379 #define x_top_window_to_frame x_window_to_frame
34f58690ff98 Must define x_*_window_to_frame for non-toolkit.
Jan Djärv <jan.h.d@swipnet.se>
parents: 104842
diff changeset
380 #endif
34f58690ff98 Must define x_*_window_to_frame for non-toolkit.
Jan Djärv <jan.h.d@swipnet.se>
parents: 104842
diff changeset
381
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
382 /* This is a chain of structures for all the X displays currently in use. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
383 extern struct x_display_info *x_display_list;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
384
9692
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
385 /* This is a list of cons cells, each of the form (NAME . FONT-LIST-CACHE),
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
386 one for each element of x_display_list and in the same order.
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
387 NAME is the name of the frame.
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
388 FONT-LIST-CACHE records previous values returned by x-list-fonts. */
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
389 extern Lisp_Object x_display_name_list;
f4fa600e345f Delete X10 code.
Richard M. Stallman <rms@gnu.org>
parents: 9655
diff changeset
390
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
391 extern struct x_display_info *x_display_info_for_display (Display *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
392 extern struct x_display_info *x_display_info_for_name (Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
393 extern void x_set_frame_alpha (struct frame *);
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
394
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
395 extern struct x_display_info *x_term_init (Lisp_Object, char *, char *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
396 extern int x_display_ok (const char *);
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
397
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
398 extern void select_visual (struct x_display_info *);
88909
8fdfa6e23ddc (x_get_font_repertory): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 43453
diff changeset
399
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
400
94910
3c91cba34532 Throughout the file, delete all USE_FONT_BACKEND
Kenichi Handa <handa@m17n.org>
parents: 92109
diff changeset
401 struct font;
3c91cba34532 Throughout the file, delete all USE_FONT_BACKEND
Kenichi Handa <handa@m17n.org>
parents: 92109
diff changeset
402
12666
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
403 /* Each X frame object points to its own struct x_output object
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
404 in the output_data.x field. The x_output structure contains
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
405 the information that is specific to X windows. */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
406
12666
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
407 struct x_output
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
408 {
11899
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
409 /* Height of menu bar widget, in pixels.
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
410 Zero if not using the X toolkit.
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
411 When using the toolkit, this value is not meaningful
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
412 if the menubar is turned off. */
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
413 int menubar_height;
e1834fb53c35 (struct x_display): New field menubar_height.
Karl Heuer <kwzh@gnu.org>
parents: 11612
diff changeset
414
109581
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
415 /* Height of tool bar widget, in pixels. top_height is used if tool bar
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
416 at top, bottom_height if tool bar is at the bottom.
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
417 Zero if not using an external tool bar or if tool bar is vertical. */
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
418 int toolbar_top_height, toolbar_bottom_height;
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
419
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
420 /* Width of tool bar widget, in pixels. left_width is used if tool bar
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
421 at left, right_width if tool bar is at the right.
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
422 Zero if not using an external tool bar or if tool bar is horizontal. */
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
423 int toolbar_left_width, toolbar_right_width;
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
424
7265
bca3fe63efec (struct x_display): New field size_hint_flags.
Richard M. Stallman <rms@gnu.org>
parents: 6994
diff changeset
425 /* The tiled border used when the mouse is out of the frame. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
426 Pixmap border_tile;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
427
7265
bca3fe63efec (struct x_display): New field size_hint_flags.
Richard M. Stallman <rms@gnu.org>
parents: 6994
diff changeset
428 /* Here are the Graphics Contexts for the default font. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
429 GC normal_gc; /* Normal video */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
430 GC reverse_gc; /* Reverse video */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
431 GC cursor_gc; /* cursor drawing */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
432
771
538c0bcb418e *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 642
diff changeset
433 /* The X window used for this frame.
538c0bcb418e *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 642
diff changeset
434 May be zero while the frame object is being created
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
435 and the X window has not yet been created. */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
436 Window window_desc;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
437
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
438 /* The X window used for the bitmap icon;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
439 or 0 if we don't have a bitmap icon. */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
440 Window icon_desc;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
441
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
442 /* The X window that is the parent of this X window.
10171
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
443 Usually this is a window that was made by the window manager,
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
444 but it can be the root window, and it can be explicitly specified
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
445 (see the explicit_parent field, below). */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
446 Window parent_desc;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
447
5656
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
448 #ifdef USE_X_TOOLKIT
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
449 /* The widget of this screen. This is the window of a "shell" widget. */
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
450 Widget widget;
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
451 /* The XmPanedWindows... */
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
452 Widget column_widget;
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
453 /* The widget of the edit portion of this screen; the window in
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
454 "window_desc" is inside of this. */
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
455 Widget edit_widget;
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
456
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
457 Widget menubar_widget;
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
458 #endif
94f317eca45d [USE_X_TOOLKIT]: Include StringDefs.h, IntrinsicP.h,
Richard M. Stallman <rms@gnu.org>
parents: 4711
diff changeset
459
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
460 #ifdef USE_GTK
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
461 /* The widget of this screen. This is the window of a top widget. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
462 GtkWidget *widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
463 /* The widget of the edit portion of this screen; the window in
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
464 "window_desc" is inside of this. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
465 GtkWidget *edit_widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
466 /* The widget used for laying out widgets vertically. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
467 GtkWidget *vbox_widget;
109581
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
468 /* The widget used for laying out widgets horizontally. */
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
469 GtkWidget *hbox_widget;
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
470 /* The menubar in this frame. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
471 GtkWidget *menubar_widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
472 /* The tool bar in this frame */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
473 GtkWidget *toolbar_widget;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
474 /* The handle box that makes the tool bar detachable. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
475 GtkWidget *handlebox_widget;
59420
eb72706060ad * xterm.h (struct x_output): New member, toolbar_detached.
Jan Djärv <jan.h.d@swipnet.se>
parents: 59204
diff changeset
476 /* Non-zero if the tool bar is detached. */
eb72706060ad * xterm.h (struct x_output): New member, toolbar_detached.
Jan Djärv <jan.h.d@swipnet.se>
parents: 59204
diff changeset
477 int toolbar_detached;
109581
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
478 /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
479 int toolbar_in_hbox;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
480
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
481 /* The last size hints set. */
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
482 GdkGeometry size_hints;
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
483 long hint_flags;
109604
43eca6c9f493 Use Gtk+ tooltips by default for Gtk+ Emacs.
Jan D <jan.h.d@swipnet.se>
parents: 109581
diff changeset
484
109616
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
485 #ifdef USE_GTK_TOOLTIP
109604
43eca6c9f493 Use Gtk+ tooltips by default for Gtk+ Emacs.
Jan D <jan.h.d@swipnet.se>
parents: 109581
diff changeset
486 GtkTooltip *ttip_widget;
43eca6c9f493 Use Gtk+ tooltips by default for Gtk+ Emacs.
Jan D <jan.h.d@swipnet.se>
parents: 109581
diff changeset
487 GtkWidget *ttip_lbl;
43eca6c9f493 Use Gtk+ tooltips by default for Gtk+ Emacs.
Jan D <jan.h.d@swipnet.se>
parents: 109581
diff changeset
488 GtkWindow *ttip_window;
109616
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
489 #endif /* USE_GTK_TOOLTIP */
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
490
9760620de530 Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Jan D. <jan.h.d@swipnet.se>
parents: 109604
diff changeset
491 #endif /* USE_GTK */
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
492
9544
1f8c357797a2 (x_display): Changed icon_bitmap_flag to icon_bitmap.
Richard M. Stallman <rms@gnu.org>
parents: 9259
diff changeset
493 /* If >=0, a bitmap index. The indicated bitmap is used for the
1f8c357797a2 (x_display): Changed icon_bitmap_flag to icon_bitmap.
Richard M. Stallman <rms@gnu.org>
parents: 9259
diff changeset
494 icon. */
1f8c357797a2 (x_display): Changed icon_bitmap_flag to icon_bitmap.
Richard M. Stallman <rms@gnu.org>
parents: 9259
diff changeset
495 int icon_bitmap;
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
496
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
497 /* Default ASCII font of this frame. */
94910
3c91cba34532 Throughout the file, delete all USE_FONT_BACKEND
Kenichi Handa <handa@m17n.org>
parents: 92109
diff changeset
498 struct font *font;
90459
81011b9fc603 (struct x_output): New member fontp.
Kenichi Handa <handa@m17n.org>
parents: 90428
diff changeset
499
26878
0020f5359d09 (struct x_output): Change member font_baseline to
Kenichi Handa <handa@m17n.org>
parents: 26792
diff changeset
500 /* The baseline offset of the default ASCII font. */
0020f5359d09 (struct x_output): Change member font_baseline to
Kenichi Handa <handa@m17n.org>
parents: 26792
diff changeset
501 int baseline_offset;
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
502
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
503 /* If a fontset is specified for this frame instead of font, this
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
504 value contains an ID of the fontset, else -1. */
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
505 int fontset;
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
506
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
507 /* Pixel values used for various purposes.
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
508 border_pixel may be -1 meaning use a gray tile. */
83504
7aa43f830ce4 Fix tooltip border color.
Karoly Lorentey <lorentey@elte.hu>
parents: 83494
diff changeset
509 #if 0 /* These are also defined in struct frame. Use that instead. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
510 unsigned long background_pixel;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
511 unsigned long foreground_pixel;
83504
7aa43f830ce4 Fix tooltip border color.
Karoly Lorentey <lorentey@elte.hu>
parents: 83494
diff changeset
512 #endif
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
513 unsigned long cursor_pixel;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
514 unsigned long border_pixel;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
515 unsigned long mouse_pixel;
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
516 unsigned long cursor_foreground_pixel;
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
517
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
518 /* Foreground color for scroll bars. A value of -1 means use the
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
519 default (black for non-toolkit scroll bars). */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
520 unsigned long scroll_bar_foreground_pixel;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
521
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
522 /* Background color for scroll bars. A value of -1 means use the
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
523 default (background color of the frame for non-toolkit scroll
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
524 bars). */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
525 unsigned long scroll_bar_background_pixel;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
526
39617
d39706d66016 (struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader <miles@gnu.org>
parents: 38256
diff changeset
527 /* Top and bottom shadow colors for 3d toolkit scrollbars. -1 means
d39706d66016 (struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader <miles@gnu.org>
parents: 38256
diff changeset
528 let the scroll compute them itself. */
d39706d66016 (struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader <miles@gnu.org>
parents: 38256
diff changeset
529 unsigned long scroll_bar_top_shadow_pixel;
d39706d66016 (struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader <miles@gnu.org>
parents: 38256
diff changeset
530 unsigned long scroll_bar_bottom_shadow_pixel;
d39706d66016 (struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader <miles@gnu.org>
parents: 38256
diff changeset
531
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
532 /* Descriptor for the cursor in use for this window. */
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
533 Cursor text_cursor;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
534 Cursor nontext_cursor;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
535 Cursor modeline_cursor;
50238
20e4ebf5399d (No_Cursor): Declare as None for X.
Kim F. Storm <storm@cua.dk>
parents: 50152
diff changeset
536 Cursor hand_cursor;
36254
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
537 Cursor hourglass_cursor;
33959
4f9560477301 (struct x_output): Add member horizontal_drag_cursor.
Gerd Moellmann <gerd@gnu.org>
parents: 33605
diff changeset
538 Cursor horizontal_drag_cursor;
103704
6a4e411bd83b * xterm.h (struct x_display_info): Add invisible_cursor.
Jan Djärv <jan.h.d@swipnet.se>
parents: 103676
diff changeset
539 Cursor current_cursor;
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
540
36254
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
541 /* Window whose cursor is hourglass_cursor. This window is temporarily
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
542 mapped to display an hourglass cursor. */
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
543 Window hourglass_window;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
544
36254
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
545 /* Non-zero means hourglass cursor is currently displayed. */
f64eaa8f61aa (struct x_output): Rename busy_cursor to
Gerd Moellmann <gerd@gnu.org>
parents: 35580
diff changeset
546 unsigned hourglass_p : 1;
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
547
7265
bca3fe63efec (struct x_display): New field size_hint_flags.
Richard M. Stallman <rms@gnu.org>
parents: 6994
diff changeset
548 /* Flag to set when the X window needs to be completely repainted. */
259
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
549 int needs_exposure;
470231fe99be Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
550
999
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
551 /* These are the current window manager hints. It seems that
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
552 XSetWMHints, when presented with an unset bit in the `flags'
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
553 member of the hints structure, does not leave the corresponding
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
554 attribute unchanged; rather, it resets that attribute to its
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
555 default value. For example, unless you set the `icon_pixmap'
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
556 field and the `IconPixmapHint' bit, XSetWMHints will forget what
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
557 your icon pixmap was. This is rather troublesome, since some of
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
558 the members (for example, `input' and `icon_pixmap') want to stay
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
559 the same throughout the execution of Emacs. So, we keep this
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
560 structure around, just leaving values in it and adding new bits
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
561 to the mask as we go. */
d8d503897aa5 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 771
diff changeset
562 XWMHints wm_hints;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
563
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
564 /* This is the Emacs structure for the X display this frame is on. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
565 struct x_display_info *display_info;
10171
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
566
12658
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
567 /* This is a button event that wants to activate the menubar.
15709
32550876ed0f (struct x_output): Member saved_button_event replaced by
Karl Heuer <kwzh@gnu.org>
parents: 15529
diff changeset
568 We save it here until the command loop gets to think about it. */
32550876ed0f (struct x_output): Member saved_button_event replaced by
Karl Heuer <kwzh@gnu.org>
parents: 15529
diff changeset
569 XEvent *saved_menu_event;
12658
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
570
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
571 /* This is the widget id used for this frame's menubar in lwlib. */
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
572 #ifdef USE_X_TOOLKIT
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
573 int id;
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
574 #endif
dd26c4fb9999 (struct x_display): New fields saved_button_event, id.
Richard M. Stallman <rms@gnu.org>
parents: 12275
diff changeset
575
10171
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
576 /* Nonzero means our parent is another application's window
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
577 and was explicitly specified. */
3c022e99daab (struct x_display): New field explicit_parent.
Richard M. Stallman <rms@gnu.org>
parents: 9961
diff changeset
578 char explicit_parent;
12191
33e8a9ef3cab (struct x_display): New field asked_for_visible.
Karl Heuer <kwzh@gnu.org>
parents: 12072
diff changeset
579
33e8a9ef3cab (struct x_display): New field asked_for_visible.
Karl Heuer <kwzh@gnu.org>
parents: 12072
diff changeset
580 /* Nonzero means tried already to make this frame visible. */
33e8a9ef3cab (struct x_display): New field asked_for_visible.
Karl Heuer <kwzh@gnu.org>
parents: 12072
diff changeset
581 char asked_for_visible;
13226
3b15cf8aa50d (HAVE_X_I18N): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 12666
diff changeset
582
18073
460d5452a852 (struct x_output): New field has_been_visible.
Richard M. Stallman <rms@gnu.org>
parents: 17104
diff changeset
583 /* Nonzero if this frame was ever previously visible. */
460d5452a852 (struct x_output): New field has_been_visible.
Richard M. Stallman <rms@gnu.org>
parents: 17104
diff changeset
584 char has_been_visible;
460d5452a852 (struct x_output): New field has_been_visible.
Richard M. Stallman <rms@gnu.org>
parents: 17104
diff changeset
585
13226
3b15cf8aa50d (HAVE_X_I18N): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 12666
diff changeset
586 #ifdef HAVE_X_I18N
3b15cf8aa50d (HAVE_X_I18N): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 12666
diff changeset
587 /* Input context (currently, this means Compose key handler setup). */
3b15cf8aa50d (HAVE_X_I18N): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 12666
diff changeset
588 XIC xic;
27501
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
589 XIMStyle xic_style;
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
590 XFontSet xic_xfs;
57633
ead4249849ac * xterm.h (x_output): New member `xic_base_fontname'.
Jan Djärv <jan.h.d@swipnet.se>
parents: 57624
diff changeset
591 char *xic_base_fontname;
13226
3b15cf8aa50d (HAVE_X_I18N): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 12666
diff changeset
592 #endif
1040
eb7ebe86e885 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 999
diff changeset
593
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
594 /* Relief GCs, colors etc. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
595 struct relief
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
596 {
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
597 GC gc;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
598 unsigned long pixel;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
599 int allocated_p;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
600 }
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
601 black_relief, white_relief;
3883
b9e5a869b33e Separate parameter faces (those created and modified by the user)
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
602
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
603 /* The background for which the above relief GCs were set up.
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
604 They are changed only when a different background is involved. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
605 unsigned long relief_background;
38184
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
606
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
607 /* Xt waits for a ConfigureNotify event from the window manager in
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
608 EmacsFrameSetCharSize when the shell widget is resized. For some
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
609 window managers like fvwm2 2.2.5 and KDE 2.1 this event doesn't
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
610 arrive for an unknown reason and Emacs hangs in Xt. If this is
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
611 zero, tell Xt not to wait. */
ade912ae1484 (struct x_output): Add member wait_for_wm.
Gerd Moellmann <gerd@gnu.org>
parents: 37686
diff changeset
612 int wait_for_wm;
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
613
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
614 /* As x_pixels_diff, but to FRAME_OUTER_WINDOW. For some reason the
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
615 two might differ by a pixel, depending on WM */
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
616 int x_pixels_outer_diff;
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
617
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
618 /* As y_pixels_diff, but to FRAME_OUTER_WINDOW. In the toolkit version,
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
619 these may differ because this does not take into account possible
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
620 menubar. y_pixels_diff is with menubar height included */
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
621 int y_pixels_outer_diff;
46075
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
622
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
623 /* Keep track of focus. May be EXPLICIT if we received a FocusIn for this
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
624 frame, or IMPLICIT if we received an EnterNotify.
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
625 FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
626 int focus_state;
52752
751a01f97570 Make (modify-frame-parameters nil '((top . 0))) work for all types
Jan Djärv <jan.h.d@swipnet.se>
parents: 52401
diff changeset
627
52754
d08832a11cfd * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Jan Djärv <jan.h.d@swipnet.se>
parents: 52752
diff changeset
628 /* The offset we need to add to compensate for type A WMs. */
d08832a11cfd * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Jan Djärv <jan.h.d@swipnet.se>
parents: 52752
diff changeset
629 int move_offset_top;
d08832a11cfd * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Jan Djärv <jan.h.d@swipnet.se>
parents: 52752
diff changeset
630 int move_offset_left;
d08832a11cfd * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Jan Djärv <jan.h.d@swipnet.se>
parents: 52752
diff changeset
631
71367
030275d8610f 2006-06-16 Francis Litterio <flitterio@gmail.com>
Jan Djärv <jan.h.d@swipnet.se>
parents: 70847
diff changeset
632 /* The frame's left/top offsets before we call XMoveWindow. See
030275d8610f 2006-06-16 Francis Litterio <flitterio@gmail.com>
Jan Djärv <jan.h.d@swipnet.se>
parents: 70847
diff changeset
633 x_check_expected_move. */
030275d8610f 2006-06-16 Francis Litterio <flitterio@gmail.com>
Jan Djärv <jan.h.d@swipnet.se>
parents: 70847
diff changeset
634 int left_before_move;
030275d8610f 2006-06-16 Francis Litterio <flitterio@gmail.com>
Jan Djärv <jan.h.d@swipnet.se>
parents: 70847
diff changeset
635 int top_before_move;
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
636 };
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
637
50238
20e4ebf5399d (No_Cursor): Declare as None for X.
Kim F. Storm <storm@cua.dk>
parents: 50152
diff changeset
638 #define No_Cursor (None)
20e4ebf5399d (No_Cursor): Declare as None for X.
Kim F. Storm <storm@cua.dk>
parents: 50152
diff changeset
639
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
640 enum
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
641 {
46075
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
642 /* Values for focus_state, used as bit mask.
49117
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
643 EXPLICIT means we received a FocusIn for the frame and know it has
46075
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
644 the focus. IMPLICIT means we recevied an EnterNotify and the frame
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
645 may have the focus if no window manager is running.
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
646 FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
647 FOCUS_NONE = 0,
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
648 FOCUS_IMPLICIT = 1,
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
649 FOCUS_EXPLICIT = 2
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
650 };
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
651
39e3c9d9b655 (struct x_output): Add focus_state.
Jan Djärv <jan.h.d@swipnet.se>
parents: 45804
diff changeset
652
50152
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
653 /* Return the X output data for frame F. */
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
654 #define FRAME_X_OUTPUT(f) ((f)->output_data.x)
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
655
22934
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
656 /* Return the X window used for displaying data in frame F. */
12666
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
657 #define FRAME_X_WINDOW(f) ((f)->output_data.x->window_desc)
1040
eb7ebe86e885 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 999
diff changeset
658
22934
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
659 /* Return the outermost X window associated with the frame F. */
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
660 #ifdef USE_X_TOOLKIT
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
661 #define FRAME_OUTER_WINDOW(f) ((f)->output_data.x->widget ? \
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
662 XtWindow ((f)->output_data.x->widget) : \
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
663 FRAME_X_WINDOW (f))
22934
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
664 #else
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
665 #ifdef USE_GTK
109067
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
666 /* Functions not present in older Gtk+ */
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
667
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
668 #ifndef HAVE_GTK_WIDGET_GET_WINDOW
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
669 #define gtk_widget_get_window(w) ((w)->window)
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
670 #endif
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
671 #ifndef HAVE_GTK_WIDGET_GET_MAPPED
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
672 #define gtk_widget_get_mapped(w) (GTK_WIDGET_MAPPED (w))
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
673 #endif
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
674 #ifndef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
675 #define gtk_adjustment_get_page_size(w) ((w)->page_size)
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
676 #define gtk_adjustment_get_upper(w) ((w)->upper)
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
677 #endif
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
678
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
679 #define GTK_WIDGET_TO_X_WIN(w) \
109067
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
680 ((w) && gtk_widget_get_window (w) \
b5f73bf59a4f Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents: 106815
diff changeset
681 ? GDK_WINDOW_XWINDOW (gtk_widget_get_window (w)) : 0)
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
682
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
683 #define FRAME_GTK_OUTER_WIDGET(f) ((f)->output_data.x->widget)
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
684 #define FRAME_GTK_WIDGET(f) ((f)->output_data.x->edit_widget)
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
685 #define FRAME_OUTER_WINDOW(f) \
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
686 (FRAME_GTK_OUTER_WIDGET (f) ? \
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
687 GTK_WIDGET_TO_X_WIN (FRAME_GTK_OUTER_WIDGET (f)) : \
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
688 FRAME_X_WINDOW (f))
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
689
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
690 #else /* !USE_GTK */
22934
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
691 #define FRAME_OUTER_WINDOW(f) (FRAME_X_WINDOW (f))
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
692 #endif /* !USE_GTK */
22934
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
693 #endif
c3b29b916c9c (FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 21547
diff changeset
694
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
695
12666
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
696 #define FRAME_FONT(f) ((f)->output_data.x->font)
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
697 #define FRAME_FONTSET(f) ((f)->output_data.x->fontset)
27501
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
698 #define FRAME_MENUBAR_HEIGHT(f) ((f)->output_data.x->menubar_height)
109581
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
699 #define FRAME_TOOLBAR_TOP_HEIGHT(f) ((f)->output_data.x->toolbar_top_height)
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
700 #define FRAME_TOOLBAR_BOTTOM_HEIGHT(f) \
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
701 ((f)->output_data.x->toolbar_bottom_height)
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
702 #define FRAME_TOOLBAR_HEIGHT(f) \
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
703 (FRAME_TOOLBAR_TOP_HEIGHT (f) + FRAME_TOOLBAR_BOTTOM_HEIGHT (f))
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
704 #define FRAME_TOOLBAR_LEFT_WIDTH(f) ((f)->output_data.x->toolbar_left_width)
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
705 #define FRAME_TOOLBAR_RIGHT_WIDTH(f) ((f)->output_data.x->toolbar_right_width)
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
706 #define FRAME_TOOLBAR_WIDTH(f) \
06384b3caebf Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Jan D. <jan.h.d@swipnet.se>
parents: 109573
diff changeset
707 (FRAME_TOOLBAR_LEFT_WIDTH (f) + FRAME_TOOLBAR_RIGHT_WIDTH (f))
50152
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
708 #define FRAME_BASELINE_OFFSET(f) ((f)->output_data.x->baseline_offset)
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
709
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
710 /* This gives the x_display_info structure for the display F is on. */
12666
47630952226e (struct x_output): Renamed from struct x_display.
Richard M. Stallman <rms@gnu.org>
parents: 12658
diff changeset
711 #define FRAME_X_DISPLAY_INFO(f) ((f)->output_data.x->display_info)
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
712
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
713 /* This is the `Display *' which frame F is on. */
9655
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
714 #define FRAME_X_DISPLAY(f) (FRAME_X_DISPLAY_INFO (f)->display)
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
715
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
716 /* This is the `Screen *' which frame F is on. */
93ccc7bbae8a (struct x_display_info): Struct renamed from x_screen.
Richard M. Stallman <rms@gnu.org>
parents: 9547
diff changeset
717 #define FRAME_X_SCREEN(f) (FRAME_X_DISPLAY_INFO (f)->screen)
37254
9ace5acd0d74 (FRAME_X_SCREEN_NUMBER): New macro.
Gerd Moellmann <gerd@gnu.org>
parents: 36586
diff changeset
718 #define FRAME_X_SCREEN_NUMBER(f) XScreenNumberOfScreen (FRAME_X_SCREEN (f))
9013
0ab80494b155 (FRAME_X_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 8947
diff changeset
719
27986
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
720 /* This is the Visual which frame F is on. */
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
721 #define FRAME_X_VISUAL(f) FRAME_X_DISPLAY_INFO (f)->visual
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
722
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
723 /* This is the Colormap which frame F uses. */
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
724 #define FRAME_X_COLORMAP(f) FRAME_X_DISPLAY_INFO (f)->cmap
8cc3bff16c28 (struct x_display_info): Add Colormap member `cmap'.
Gerd Moellmann <gerd@gnu.org>
parents: 27501
diff changeset
725
17051
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
726 /* This is the 'font_info *' which frame F has. */
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
727 #define FRAME_X_FONT_TABLE(f) (FRAME_X_DISPLAY_INFO (f)->font_table)
fd0b17a79b07 (struct font_info): This definition is moved to
Karl Heuer <kwzh@gnu.org>
parents: 16268
diff changeset
728
49117
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
729 /* The difference in pixels between the top left corner of the
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
730 Emacs window (including possible window manager decorations)
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
731 and FRAME_X_WINDOW (f). */
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
732 #define FRAME_OUTER_TO_INNER_DIFF_X(f) \
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
733 ((f)->output_data.x->x_pixels_outer_diff)
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
734 #define FRAME_OUTER_TO_INNER_DIFF_Y(f) \
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
735 ((f)->output_data.x->y_pixels_outer_diff \
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49117
diff changeset
736 + FRAME_MENUBAR_HEIGHT (f) + FRAME_TOOLBAR_HEIGHT (f))
49117
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
737
f8288cd7d1cd *** empty log message ***
Jan Djärv <jan.h.d@swipnet.se>
parents: 47144
diff changeset
738
13315
2edc6ae38a78 (FRAME_XIC): Fix wrong field name.
Richard M. Stallman <rms@gnu.org>
parents: 13226
diff changeset
739 #define FRAME_XIC(f) ((f)->output_data.x->xic)
27501
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
740 #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
741 #define FRAME_X_XIM_STYLES(f) (FRAME_X_DISPLAY_INFO (f)->xim_styles)
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
742 #define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style)
ea054e85f0e2 (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
Gerd Moellmann <gerd@gnu.org>
parents: 26878
diff changeset
743 #define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs)
57633
ead4249849ac * xterm.h (x_output): New member `xic_base_fontname'.
Jan Djärv <jan.h.d@swipnet.se>
parents: 57624
diff changeset
744 #define FRAME_XIC_BASE_FONTNAME(f) ((f)->output_data.x->xic_base_fontname)
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
745
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
746 /* Value is the smallest width of any character in any font on frame F. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
747
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
748 #define FRAME_SMALLEST_CHAR_WIDTH(F) \
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
749 FRAME_X_DISPLAY_INFO(F)->smallest_char_width
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
750
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
751 /* Value is the smallest height of any font on frame F. */
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
752
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
753 #define FRAME_SMALLEST_FONT_HEIGHT(F) \
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
754 FRAME_X_DISPLAY_INFO(F)->smallest_font_height
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
755
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
756 /* X-specific scroll bar stuff. */
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
757
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
758 /* We represent scroll bars as lisp vectors. This allows us to place
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
759 references to them in windows without worrying about whether we'll
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
760 end up with windows referring to dead scroll bars; the garbage
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
761 collector will free it when its time comes.
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
762
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
763 We use struct scroll_bar as a template for accessing fields of the
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
764 vector. */
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
765
33605
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
766 struct scroll_bar
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
767 {
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
768 /* These fields are shared by all vectors. */
8837
a48847852901 (struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.
Richard M. Stallman <rms@gnu.org>
parents: 7307
diff changeset
769 EMACS_INT size_from_Lisp_Vector_struct;
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
770 struct Lisp_Vector *next_from_Lisp_Vector_struct;
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
771
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
772 /* The window we're a scroll bar for. */
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
773 Lisp_Object window;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
774
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
775 /* The next and previous in the chain of scroll bars in this frame. */
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
776 Lisp_Object next, prev;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
777
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
778 /* Fields from `x_window' down will not be traced by the GC. */
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
779
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
780 /* The X window representing this scroll bar. */
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
781 Window x_window;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
782
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
783 /* The position and size of the scroll bar in pixels, relative to the
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
784 frame. */
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
785 int top, left, width, height;
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
786
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
787 /* The starting and ending positions of the handle, relative to the
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
788 handle area (i.e. zero is the top position, not
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
789 SCROLL_BAR_TOP_BORDER). If they're equal, that means the handle
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
790 hasn't been drawn yet.
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
791
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
792 These are not actually the locations where the beginning and end
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
793 are drawn; in order to keep handles from becoming invisible when
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
794 editing large files, we establish a minimum height by always
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
795 drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
796 where they would be normally; the bottom and top are in a
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
797 different co-ordinate system. */
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
798 int start, end;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
799
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
800 /* If the scroll bar handle is currently being dragged by the user,
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
801 this is the number of pixels from the top of the handle to the
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
802 place where the user grabbed it. If the handle isn't currently
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
803 being dragged, this is Qnil. */
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
804 Lisp_Object dragging;
82173
bfb968b72892 (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 82140
diff changeset
805
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
806 /* 1 if the background of the fringe that is adjacent to a scroll
82173
bfb968b72892 (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 82140
diff changeset
807 bar is extended to the gap between the fringe and the bar. */
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
808 unsigned int fringe_extended_p : 1;
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
809 };
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
810
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
811 /* The number of elements a vector holding a struct scroll_bar needs. */
9961
5ecf054a8c8f (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.
Karl Heuer <kwzh@gnu.org>
parents: 9692
diff changeset
812 #define SCROLL_BAR_VEC_SIZE \
5ecf054a8c8f (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.
Karl Heuer <kwzh@gnu.org>
parents: 9692
diff changeset
813 ((sizeof (struct scroll_bar) \
5ecf054a8c8f (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.
Karl Heuer <kwzh@gnu.org>
parents: 9692
diff changeset
814 - sizeof (EMACS_INT) - sizeof (struct Lisp_Vector *)) \
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
815 / sizeof (Lisp_Object))
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
816
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
817 /* Turning a lisp vector value into a pointer to a struct scroll_bar. */
9961
5ecf054a8c8f (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.
Karl Heuer <kwzh@gnu.org>
parents: 9692
diff changeset
818 #define XSCROLL_BAR(vec) ((struct scroll_bar *) XVECTOR (vec))
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
819
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
820
33605
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
821 /* Extract the X widget of the scroll bar from a struct scroll_bar.
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
822 XtWindowToWidget should be fast enough since Xt uses a hash table
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
823 to map windows to widgets. */
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
824
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
825 #define SCROLL_BAR_X_WIDGET(dpy, ptr) \
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
826 XtWindowToWidget (dpy, ptr->x_window)
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
827
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
828 /* Store a widget id in a struct scroll_bar. */
33605
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
829
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
830 #define SET_SCROLL_BAR_X_WIDGET(ptr, w) \
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
831 do { \
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
832 Window window = XtWindow (w); \
86161
3408ab8b4152 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 85874
diff changeset
833 ptr->x_window = window; \
33605
f41b5f5154b1 (struct scroll_bar): Members x_widget_low, x_widget_high
Gerd Moellmann <gerd@gnu.org>
parents: 32608
diff changeset
834 } while (0)
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
835
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
836
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
837 /* Return the inside width of a vertical scroll bar, given the outside
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
838 width. */
16252
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
839 #define VERTICAL_SCROLL_BAR_INSIDE_WIDTH(f, width) \
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
840 ((width) \
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
841 - VERTICAL_SCROLL_BAR_LEFT_BORDER \
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
842 - VERTICAL_SCROLL_BAR_RIGHT_BORDER \
16268
eed1157f0587 (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from
Richard M. Stallman <rms@gnu.org>
parents: 16252
diff changeset
843 - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2)
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
844
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
845 /* Return the length of the rectangle within which the top of the
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
846 handle must stay. This isn't equivalent to the inside height,
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49434
diff changeset
847 because the scroll bar handle has a minimum height.
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
848
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
849 This is the real range of motion for the scroll bar, so when we're
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
850 scaling buffer positions to scroll bar positions, we use this, not
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
851 VERTICAL_SCROLL_BAR_INSIDE_HEIGHT. */
16252
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
852 #define VERTICAL_SCROLL_BAR_TOP_RANGE(f, height) \
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
853 (VERTICAL_SCROLL_BAR_INSIDE_HEIGHT (f, height) - VERTICAL_SCROLL_BAR_MIN_HANDLE)
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
854
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
855 /* Return the inside height of vertical scroll bar, given the outside
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
856 height. See VERTICAL_SCROLL_BAR_TOP_RANGE too. */
16252
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
857 #define VERTICAL_SCROLL_BAR_INSIDE_HEIGHT(f, height) \
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
858 ((height) - VERTICAL_SCROLL_BAR_TOP_BORDER - VERTICAL_SCROLL_BAR_BOTTOM_BORDER)
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
859
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
860
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
861 /* Border widths for scroll bars.
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
862
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
863 Scroll bar windows don't have any X borders; their border width is
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
864 set to zero, and we redraw borders ourselves. This makes the code
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
865 a bit cleaner, since we don't have to convert between outside width
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
866 (used when relating to the rest of the screen) and inside width
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
867 (used when sizing and drawing the scroll bar window itself).
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
868
3591
507f64624555 Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents: 3195
diff changeset
869 The handle moves up and down/back and forth in a rectangle inset
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
870 from the edges of the scroll bar. These are widths by which we
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
871 inset the handle boundaries from the scroll bar edges. */
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
872 #define VERTICAL_SCROLL_BAR_LEFT_BORDER (2)
6357
fb5923ece02c (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
Karl Heuer <kwzh@gnu.org>
parents: 5946
diff changeset
873 #define VERTICAL_SCROLL_BAR_RIGHT_BORDER (2)
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
874 #define VERTICAL_SCROLL_BAR_TOP_BORDER (2)
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
875 #define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)
1788
aaccd635fb71 Make scrollbar structures into lisp objects, so that they can be
Jim Blandy <jimb@redhat.com>
parents: 1721
diff changeset
876
1994
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
877 /* Minimum lengths for scroll bar handles, in pixels. */
73ce9dd21093 Use the term `scroll bar', instead of `scrollbar'.
Jim Blandy <jimb@redhat.com>
parents: 1821
diff changeset
878 #define VERTICAL_SCROLL_BAR_MIN_HANDLE (5)
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
879
16268
eed1157f0587 (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from
Richard M. Stallman <rms@gnu.org>
parents: 16252
diff changeset
880 /* Trimming off a few pixels from each side prevents
16252
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
881 text from glomming up against the scroll bar */
25496
c19107a5df88 (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
Gerd Moellmann <gerd@gnu.org>
parents: 25466
diff changeset
882 #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0)
16252
41c962c84de5 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman <rms@gnu.org>
parents: 16049
diff changeset
883
1721
6ba3bca4c3de * frame.h (struct frame): New fields `can_have_scrollbars' and
Jim Blandy <jimb@redhat.com>
parents: 1531
diff changeset
884
45804
863817d7e734 *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 44691
diff changeset
885 /* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
863817d7e734 *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 44691
diff changeset
886 or SELECTION_CLEAR_EVENT, then its contents are really described
2196
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
887 by this structure. */
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
888
45804
863817d7e734 *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 44691
diff changeset
889 /* For an event of kind SELECTION_REQUEST_EVENT,
14164
519566ee8a29 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14030
diff changeset
890 this structure really describes the contents.
519566ee8a29 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14030
diff changeset
891 **Don't make this struct longer!**
519566ee8a29 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14030
diff changeset
892 If it overlaps the frame_or_window field of struct input_event,
519566ee8a29 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14030
diff changeset
893 that will cause GC to crash. */
2196
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
894 struct selection_input_event
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
895 {
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
896 int kind;
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
897 Display *display;
14030
33b3923c36b9 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 13939
diff changeset
898 /* We spell it with an "o" here because X does. */
33b3923c36b9 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 13939
diff changeset
899 Window requestor;
2196
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
900 Atom selection, target, property;
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
901 Time time;
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
902 };
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
903
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
904 #define SELECTION_EVENT_DISPLAY(eventp) \
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
905 (((struct selection_input_event *) (eventp))->display)
14030
33b3923c36b9 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 13939
diff changeset
906 /* We spell it with an "o" here because X does. */
33b3923c36b9 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 13939
diff changeset
907 #define SELECTION_EVENT_REQUESTOR(eventp) \
33b3923c36b9 Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 13939
diff changeset
908 (((struct selection_input_event *) (eventp))->requestor)
2196
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
909 #define SELECTION_EVENT_SELECTION(eventp) \
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
910 (((struct selection_input_event *) (eventp))->selection)
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
911 #define SELECTION_EVENT_TARGET(eventp) \
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
912 (((struct selection_input_event *) (eventp))->target)
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
913 #define SELECTION_EVENT_PROPERTY(eventp) \
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
914 (((struct selection_input_event *) (eventp))->property)
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
915 #define SELECTION_EVENT_TIME(eventp) \
75e1f1ee83ad (SELECTION_EVENT_DISPLAY): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 1994
diff changeset
916 (((struct selection_input_event *) (eventp))->time)
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
917
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
918
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
919 struct window;
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
920 struct glyph_matrix;
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
921 struct frame;
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
922 struct input_event;
28784
072a2799136b (struct face): Add forward declaration.
Gerd Moellmann <gerd@gnu.org>
parents: 28353
diff changeset
923 struct face;
072a2799136b (struct face): Add forward declaration.
Gerd Moellmann <gerd@gnu.org>
parents: 28353
diff changeset
924 struct image;
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
925
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
926 /* From xselect.c. */
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
927
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
928 void x_handle_selection_notify (XSelectionEvent *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
929 void x_handle_property_notify (XPropertyEvent *);
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
930
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
931 /* From xfns.c. */
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
932
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
933 struct frame *check_x_frame (Lisp_Object);
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
934 EXFUN (Fx_display_grayscale_p, 1);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
935 extern void x_free_gcs (struct frame *);
109573
228a5fa4eda0 Remove extern declarations from .c files, and them to .h files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109555
diff changeset
936 extern int gray_bitmap_width, gray_bitmap_height;
228a5fa4eda0 Remove extern declarations from .c files, and them to .h files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109555
diff changeset
937 extern char *gray_bitmap_bits;
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
938
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
939 /* From xrdb.c. */
3077
8bba60752a32 * xterm.h: New section for declarations for xfaces.c.
Jim Blandy <jimb@redhat.com>
parents: 2841
diff changeset
940
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
941 XrmDatabase x_load_resources (Display *, const char *, const char *,
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
942 const char *);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
943
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
944 /* Defined in xterm.c */
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
945
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
946 extern int x_text_icon (struct frame *, const char *);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
947 extern int x_bitmap_icon (struct frame *, Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
948 extern void x_catch_errors (Display *);
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
949 extern void x_check_errors (Display *, const char *);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
950 extern int x_had_errors_p (Display *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
951 extern int x_catching_errors (void);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
952 extern void x_uncatch_errors (void);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
953 extern void x_clear_errors (Display *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
954 extern void x_set_window_size (struct frame *, int, int, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
955 extern void x_set_mouse_position (struct frame *, int, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
956 extern void x_set_mouse_pixel_position (struct frame *, int, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
957 extern void x_ewmh_activate_frame (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
958 extern void x_raise_frame (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
959 extern void x_lower_frame (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
960 extern void x_make_frame_visible (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
961 extern void x_make_frame_invisible (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
962 extern void x_iconify_frame (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
963 extern void x_free_frame_resources (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
964 extern void x_destroy_window (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
965 extern void x_wm_set_size_hint (struct frame *, long, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
966 extern void x_wm_set_window_state (struct frame *, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
967 extern void x_wm_set_icon_pixmap (struct frame *, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
968 extern void x_delete_display (struct x_display_info *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
969 extern void x_delete_terminal (struct terminal *terminal);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
970 extern void x_initialize (void);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
971 extern unsigned long x_copy_color (struct frame *, unsigned long);
29867
1c42f2313b4f (Xt_app_con): External declaration.
Gerd Moellmann <gerd@gnu.org>
parents: 29780
diff changeset
972 #ifdef USE_X_TOOLKIT
1c42f2313b4f (Xt_app_con): External declaration.
Gerd Moellmann <gerd@gnu.org>
parents: 29780
diff changeset
973 extern XtAppContext Xt_app_con;
112026
b3df357e51ff Restore x_alloc_lighter_color_for_widget, needed for lwlib
Andreas Schwab <schwab@linux-m68k.org>
parents: 112023
diff changeset
974 extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap,
b3df357e51ff Restore x_alloc_lighter_color_for_widget, needed for lwlib
Andreas Schwab <schwab@linux-m68k.org>
parents: 112023
diff changeset
975 unsigned long *,
b3df357e51ff Restore x_alloc_lighter_color_for_widget, needed for lwlib
Andreas Schwab <schwab@linux-m68k.org>
parents: 112023
diff changeset
976 double, int);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
977 extern void x_activate_timeout_atimer (void);
29867
1c42f2313b4f (Xt_app_con): External declaration.
Gerd Moellmann <gerd@gnu.org>
parents: 29780
diff changeset
978 #endif
112023
ac49e05bfcf2 Remove unused declarations
Andreas Schwab <schwab@linux-m68k.org>
parents: 111512
diff changeset
979 extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
980 extern void x_query_colors (struct frame *f, XColor *, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
981 extern void x_query_color (struct frame *f, XColor *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
982 extern void x_clear_area (Display *, Window, int, int, int, int, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
983 extern void set_vertical_scroll_bar (struct window *);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
984
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
985 extern int x_dispatch_event (XEvent *, Display *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
986 extern unsigned int x_x_to_emacs_modifiers (struct x_display_info *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
987 unsigned);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
988 extern int x_display_pixel_height (struct x_display_info *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
989 extern int x_display_pixel_width (struct x_display_info *);
42724
6d3fb8c8283b (struct x_output): New members want_fullscreen,
Eli Zaretskii <eliz@gnu.org>
parents: 41720
diff changeset
990
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
991 extern void x_set_sticky (struct frame *, Lisp_Object, Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
992 extern void x_wait_for_event (struct frame *, int);
103674
1867be80e595 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
Jan Djärv <jan.h.d@swipnet.se>
parents: 102749
diff changeset
993
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
994 /* Defined in xselect.c */
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
995
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
996 extern void x_handle_property_notify (XPropertyEvent *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
997 extern void x_handle_selection_notify (XSelectionEvent *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
998 extern void x_handle_selection_event (struct input_event *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
999 extern void x_clear_frame_selections (struct frame *);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1000
111512
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1001 extern void x_send_client_event (Lisp_Object display,
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1002 Lisp_Object dest,
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1003 Lisp_Object from,
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1004 Atom message_type,
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1005 Lisp_Object format,
4f757d8e8ed7 Apply XAtom revork patches from Julien Danjou.
Jan D. <jan.h.d@swipnet.se>
parents: 111449
diff changeset
1006 Lisp_Object values);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1007
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1008 extern int x_handle_dnd_message (struct frame *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1009 XClientMessageEvent *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1010 struct x_display_info *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1011 struct input_event *bufp);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1012 extern int x_check_property_data (Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1013 extern void x_fill_property_data (Display *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1014 Lisp_Object,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1015 void *,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1016 int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1017 extern Lisp_Object x_property_data_to_lisp (struct frame *,
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
1018 const unsigned char *,
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1019 Atom,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1020 int,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1021 unsigned long);
53784
1f46ef2766f4 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
Jan Djärv <jan.h.d@swipnet.se>
parents: 53069
diff changeset
1022
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1023 /* Defined in xfns.c */
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1024
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1025 extern struct x_display_info * check_x_display_info (Lisp_Object frame);
109655
b862722704f6 More undeclared function fixes and add -Wimplicit-function-declaration.
Jan D <jan.h.d@swipnet.se>
parents: 109635
diff changeset
1026 extern Lisp_Object x_get_focus_frame (struct frame *);
51899
5c89c59e087d (xg_set_icon): New function.
Juanma Barranquero <lekktu@gmail.com>
parents: 51214
diff changeset
1027
5c89c59e087d (xg_set_icon): New function.
Juanma Barranquero <lekktu@gmail.com>
parents: 51214
diff changeset
1028 #ifdef USE_GTK
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1029 extern int xg_set_icon (struct frame *, Lisp_Object);
109664
b6bdd59e60ff Use const for some arrays and functions.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109655
diff changeset
1030 extern int xg_set_icon_from_xpm_data (struct frame *, const char**);
51899
5c89c59e087d (xg_set_icon): New function.
Juanma Barranquero <lekktu@gmail.com>
parents: 51214
diff changeset
1031 #endif /* USE_GTK */
5c89c59e087d (xg_set_icon): New function.
Juanma Barranquero <lekktu@gmail.com>
parents: 51214
diff changeset
1032
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1033 extern void x_real_positions (struct frame *, int *, int *);
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
1034 extern int defined_color (struct frame *, const char *, XColor *, int);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1035 extern void x_set_border_pixel (struct frame *, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1036 extern void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1037 extern void x_implicitly_set_name (struct frame *, Lisp_Object, Lisp_Object);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1038 extern void xic_free_xfontset (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1039 extern void create_frame_xic (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1040 extern void destroy_frame_xic (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1041 extern void xic_set_preeditarea (struct window *, int, int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1042 extern void xic_set_statusarea (struct frame *);
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
1043 extern void xic_set_xfontset (struct frame *, const char *);
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1044 extern int x_pixel_width (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1045 extern int x_pixel_height (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1046 extern int x_char_width (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1047 extern int x_char_height (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1048 extern int x_screen_planes (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1049 extern void x_sync (struct frame *);
109555
05e7e7c46ff0 Use const, move declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109445
diff changeset
1050 extern int x_defined_color (struct frame *, const char *, XColor *, int);
29780
520e4132439f Remove duplicate prototypes. Declare free_frame_xic,
Dave Love <fx@gnu.org>
parents: 28784
diff changeset
1051 #ifdef HAVE_X_I18N
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1052 extern void free_frame_xic (struct frame *);
109573
228a5fa4eda0 Remove extern declarations from .c files, and them to .h files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109555
diff changeset
1053 extern char * xic_create_fontsetname (const char *base_fontname, int motif);
29780
520e4132439f Remove duplicate prototypes. Declare free_frame_xic,
Dave Love <fx@gnu.org>
parents: 28784
diff changeset
1054 #endif
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1055 extern void x_set_tool_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1056
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1057 /* Defined in xfaces.c */
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
1058
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1059 extern void x_free_dpy_colors (Display *, Screen *, Colormap,
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1060 unsigned long *, int);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1061
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1062 /* Defined in xmenu.c */
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
1063
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1064 extern void x_menu_set_in_use (int);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1065 extern void x_menu_wait_for_event (void *data);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1066 extern void x_activate_menubar (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1067 extern int popup_activated (void);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1068 extern void initialize_frame_menubar (struct frame *);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1069 extern void free_frame_menubar (struct frame *);
21515
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1070
fb4c986db0e2 Add more prototypes.
Andreas Schwab <schwab@suse.de>
parents: 18073
diff changeset
1071 /* Defined in widget.c */
24990
7505930b5456 (struct x_output): Add scroll bar pixel colors, busy_cursor,
Gerd Moellmann <gerd@gnu.org>
parents: 23037
diff changeset
1072
23034
c458948948a9 (widget_store_internal_border): Conditionalize declaration.
Richard M. Stallman <rms@gnu.org>
parents: 23022
diff changeset
1073 #ifdef USE_X_TOOLKIT
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1074 extern void widget_store_internal_border (Widget);
23034
c458948948a9 (widget_store_internal_border): Conditionalize declaration.
Richard M. Stallman <rms@gnu.org>
parents: 23022
diff changeset
1075 #endif
43811
02c8b8c0f570 Extern declare x_session_check_input () and x_session_initialize ().
Jan Djärv <jan.h.d@swipnet.se>
parents: 43453
diff changeset
1076
02c8b8c0f570 Extern declare x_session_check_input () and x_session_initialize ().
Jan Djärv <jan.h.d@swipnet.se>
parents: 43453
diff changeset
1077 /* Defined in xsmfns.c */
02c8b8c0f570 Extern declare x_session_check_input () and x_session_initialize ().
Jan Djärv <jan.h.d@swipnet.se>
parents: 43453
diff changeset
1078 #ifdef HAVE_X_SM
109099
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1079 extern void x_session_initialize (struct x_display_info *dpyinfo);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1080 extern int x_session_check_input (struct input_event *bufp);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1081 extern int x_session_have_connection (void);
e16f43875a48 Remove P_ and __P macros.
Jan D <jan.h.d@swipnet.se>
parents: 109067
diff changeset
1082 extern void x_session_close (void);
43811
02c8b8c0f570 Extern declare x_session_check_input () and x_session_initialize ().
Jan Djärv <jan.h.d@swipnet.se>
parents: 43453
diff changeset
1083 #endif
50152
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1084
91631
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1085 /* Defined in xterm.c */
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1086
109635
fc7a8c411aa3 Add declarations to header files.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 109616
diff changeset
1087 extern Lisp_Object Qx_gtk_map_stock;
91631
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1088
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1089 /* Is the frame embedded into another application? */
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1090
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1091 #define FRAME_X_EMBEDDED_P(f) (FRAME_X_OUTPUT(f)->explicit_parent != 0)
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1092
bcad1e8fbfa2 (struct x_display_info): Add AtomXatom_XEMBED.
Jan Djärv <jan.h.d@swipnet.se>
parents: 91327
diff changeset
1093
50152
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1094 #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1095 #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1096
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1097 #define STORE_XCHAR2B(chp, b1, b2) \
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1098 ((chp)->byte1 = (b1), (chp)->byte2 = (b2))
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1099
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1100 #define XCHAR2B_BYTE1(chp) \
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1101 ((chp)->byte1)
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1102
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1103 #define XCHAR2B_BYTE2(chp) \
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1104 ((chp)->byte2)
a3befb42ffd3 (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm <storm@cua.dk>
parents: 50099
diff changeset
1105
50248
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1106
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1107 #define STORE_NATIVE_RECT(nr,rx,ry,rwidth,rheight) \
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1108 ((nr).x = (rx), \
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1109 (nr).y = (ry), \
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1110 (nr).width = (rwidth), \
04d8f8a13cf8 (STORE_NATIVE_RECT): New macro.
Kim F. Storm <storm@cua.dk>
parents: 50238
diff changeset
1111 (nr).height = (rheight))