X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-x.h;h=6a601890d66711ec63f5a28d92bc754cdfaadd90;hb=78a8a6b480e23a07e0428b83434efc4c7bbb3946;hp=e4f9c198c97d5e1ba8d23c45a209e3e86bad6772;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;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);