X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-x.c;h=24705213d43da817cb05d9aba51428bacb9a8dc8;hb=56faa9ebec98788eedc7fb482a3301efef26a807;hp=67c0bd5eb811519538a90a93eb0f2337817a8be7;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/console-x.c b/src/console-x.c index 67c0bd5..2470521 100644 --- a/src/console-x.c +++ b/src/console-x.c @@ -104,7 +104,7 @@ get_display_arg_connection (void) { CONST char *disp_name; - /* If the user didn't explicitly specifify a display to use when + /* If the user didn't explicitly specify a display to use when they called make-x-device, then we first check to see if a display was specified on the command line with -display. If so, we set disp_name to it. Otherwise we use XDisplayName to @@ -280,3 +280,9 @@ console_type_create_x (void) CONSOLE_HAS_METHOD (x, initially_selected_for_input); } + +void +reinit_console_type_create_x (void) +{ + REINITIALIZE_CONSOLE_TYPE (x); +}