Crossfire Client, Branch
R11627
|
#include "client-types.h"
Go to the source code of this file.
Data Structures | |
struct | PixmapInfo |
Variables | |
Colormap | colormap |
Display * | display |
GC | gc_game |
uint8 | image_size |
int | map_size |
struct PixmapInfo * | pixmaps [MAXPIXMAPNUM] |
uint8 | updatekeycodes |
int | updatelock |
Window | win_game |
Window | win_message |
Window | win_root |
Window | win_stats |
Colormap colormap |
Definition at line 190 of file x11.c.
Referenced by create_and_rescale_image_from_data(), get_game_display(), get_info_display(), get_list_display(), get_message_display(), get_root_display(), and get_stats_display().
Display* display |
Definition at line 184 of file x11.c.
Referenced by check_x_events(), complete_command(), create_and_rescale_image_from_data(), create_status_icons(), delete_ch(), display_map_doneupdate(), display_mapcell(), display_mapscroll(), draw_all_info(), draw_all_list(), draw_all_message(), draw_info(), draw_info_scrollbar(), draw_list(), draw_magic_map(), draw_message_window(), draw_prompt(), draw_stat_bar(), draw_stats(), draw_status_icon(), end_windows(), gen_draw_face(), get_game_display(), get_info_display(), get_list_display(), get_message_display(), get_root_display(), get_stats_display(), get_window_coord(), init_cache_data(), init_keys(), magic_map_flash_pos(), parse_keybind_line(), redisplay_stats(), reset_image_data(), resize_map_window(), resize_win_root(), set_window_pos(), write_ch(), and xwritedown().
GC gc_game |
Definition at line 255 of file x11.c.
Referenced by display_mapcell(), draw_magic_map(), end_windows(), get_game_display(), init_cache_data(), and magic_map_flash_pos().
Definition at line 116 of file gx11.c.
Referenced by buttonpress_in_list(), create_and_rescale_image_from_data(), create_status_icons(), display_mapcell(), display_mapscroll(), draw_inv_table(), draw_list(), drawingarea_inventory_table_expose_event(), gen_draw_face(), get_game_display(), get_list_display(), init_cache_data(), init_windows(), item_deleting_one(), load_defaults(), menu_spells(), new_inventory_viewer(), parse_args(), parse_game_button_press(), rebuild_our_widget(), resize_list_info(), resize_map_window(), and setup_list_columns().
int map_size |
struct PixmapInfo* pixmaps[MAXPIXMAPNUM] |
Definition at line 118 of file gx11.c.
Referenced by add_object_to_store(), addsmooth(), animate_inventory(), animate_item(), animate_look(), associate_cache_entry(), create_and_rescale_image_from_data(), display_mapcell(), draw_inv_table(), drawingarea_inventory_table_expose_event(), drawsmooth(), get_map_image_size(), init_cache_data(), item_deleting_one(), rebuild_our_widget(), and reset_image_data().
Definition at line 204 of file gx11.c.
Referenced by init_windows(), parse_args(), and parse_keybind_line().
int updatelock |
Definition at line 310 of file gx11.c.
Referenced by display_map_doneupdate(), do_network(), do_timeout(), draw_message_window(), draw_stats(), keyfunc(), and keyrelfunc().
Window win_game |
Definition at line 189 of file x11.c.
Referenced by check_x_events(), create_and_rescale_image_from_data(), display_mapcell(), display_mapscroll(), draw_magic_map(), end_windows(), get_game_display(), magic_map_flash_pos(), resize_map_window(), resize_win_root(), save_winpos(), and set_window_pos().
Window win_message |
Definition at line 188 of file x11.c.
Referenced by check_x_events(), draw_all_message(), draw_message_window(), draw_stat_bar(), get_message_display(), resize_win_root(), save_winpos(), set_window_pos(), and xwritedown().
Window win_root |
Definition at line 189 of file x11.c.
Referenced by check_x_events(), get_game_display(), get_info_display(), get_list_display(), get_message_display(), get_root_display(), get_stats_display(), init_cache_data(), and resize_map_window().
Window win_stats |
Definition at line 188 of file x11.c.
Referenced by check_x_events(), draw_stats(), get_stats_display(), redisplay_stats(), resize_win_root(), save_winpos(), and set_window_pos().