X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-x.h;h=6a601890d66711ec63f5a28d92bc754cdfaadd90;hb=d8c9e39b7a138bbc5e888b8e9f908c5e575365e1;hp=e4f9c198c97d5e1ba8d23c45a209e3e86bad6772;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git- diff --git a/src/console-x.h b/src/console-x.h index e4f9c19..6a60189 100644 --- a/src/console-x.h +++ b/src/console-x.h @@ -405,7 +405,7 @@ void x_wm_set_shell_iconic_p (Widget shell, int iconic_p); void x_wm_set_cell_size (Widget wmshell, int cw, int ch); void x_wm_set_variable_size (Widget wmshell, int width, int height); -CONST char *x_event_name (int event_type); +const char *x_event_name (int event_type); int x_error_handler (Display *disp, XErrorEvent *event); void expect_x_error (Display *dpy); int x_error_occurred_p (Display *dpy);