diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/xterm.h | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/xterm.h b/src/xterm.h index 4cc8cd34957..fd1e79b9082 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -183,9 +183,6 @@ struct x_display_info | |||
| 183 | /* The root window of this screen. */ | 183 | /* The root window of this screen. */ |
| 184 | Window root_window; | 184 | Window root_window; |
| 185 | 185 | ||
| 186 | /* Client leader window. */ | ||
| 187 | Window client_leader_window; | ||
| 188 | |||
| 189 | /* The cursor to use for vertical scroll bars. */ | 186 | /* The cursor to use for vertical scroll bars. */ |
| 190 | Cursor vertical_scroll_bar_cursor; | 187 | Cursor vertical_scroll_bar_cursor; |
| 191 | 188 | ||
| @@ -292,7 +289,6 @@ struct x_display_info | |||
| 292 | /* Other WM communication */ | 289 | /* Other WM communication */ |
| 293 | Atom Xatom_wm_configure_denied; /* When our config request is denied */ | 290 | Atom Xatom_wm_configure_denied; /* When our config request is denied */ |
| 294 | Atom Xatom_wm_window_moved; /* When the WM moves us. */ | 291 | Atom Xatom_wm_window_moved; /* When the WM moves us. */ |
| 295 | Atom Xatom_wm_client_leader; /* Id of client leader window. */ | ||
| 296 | 292 | ||
| 297 | /* EditRes protocol */ | 293 | /* EditRes protocol */ |
| 298 | Atom Xatom_editres; | 294 | Atom Xatom_editres; |
| @@ -360,11 +356,6 @@ struct x_display_info | |||
| 360 | use this directly, call x_color_cells instead. */ | 356 | use this directly, call x_color_cells instead. */ |
| 361 | XColor *color_cells; | 357 | XColor *color_cells; |
| 362 | int ncolor_cells; | 358 | int ncolor_cells; |
| 363 | |||
| 364 | /* Bits and shifts to use to compose pixel values on Direct and TrueColor | ||
| 365 | visuals. */ | ||
| 366 | int red_bits, blue_bits, green_bits; | ||
| 367 | int red_offset, blue_offset, green_offset; | ||
| 368 | }; | 359 | }; |
| 369 | 360 | ||
| 370 | #ifdef HAVE_X_I18N | 361 | #ifdef HAVE_X_I18N |
| @@ -1038,7 +1029,7 @@ extern void widget_store_internal_border P_ ((Widget)); | |||
| 1038 | 1029 | ||
| 1039 | /* Defined in xsmfns.c */ | 1030 | /* Defined in xsmfns.c */ |
| 1040 | #ifdef HAVE_X_SM | 1031 | #ifdef HAVE_X_SM |
| 1041 | extern void x_session_initialize P_ ((struct x_display_info *dpyinfo)); | 1032 | extern void x_session_initialize P_ ((void)); |
| 1042 | extern int x_session_check_input P_ ((struct input_event *bufp, | 1033 | extern int x_session_check_input P_ ((struct input_event *bufp, |
| 1043 | int *numchars)); | 1034 | int *numchars)); |
| 1044 | extern int x_session_have_connection P_ ((void)); | 1035 | extern int x_session_have_connection P_ ((void)); |
| @@ -1062,6 +1053,3 @@ extern int x_session_have_connection P_ ((void)); | |||
| 1062 | (nr).y = (ry), \ | 1053 | (nr).y = (ry), \ |
| 1063 | (nr).width = (rwidth), \ | 1054 | (nr).width = (rwidth), \ |
| 1064 | (nr).height = (rheight)) | 1055 | (nr).height = (rheight)) |
| 1065 | |||
| 1066 | /* arch-tag: 78a7972a-b18f-4694-861a-0780c4b3090e | ||
| 1067 | (do not change this comment) */ | ||