X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdevice-x.c;h=9ea7f0bf207d14bbb668c4fa5377832935c865dd;hb=refs%2Ftags%2Fr21_2_14-raw-text-2;hp=b7531bd9986bd9acd506f62b1f9fac95d57300bf;hpb=f9fdf5a6cb58286f64f6f8bd0bfd2dab9b9b8816;p=chise%2Fxemacs-chise.git diff --git a/src/device-x.c b/src/device-x.c index b7531bd..9ea7f0b 100644 --- a/src/device-x.c +++ b/src/device-x.c @@ -696,7 +696,7 @@ x_init_device (struct device *d, Lisp_Object props) XtRealizeWidget (app_shell); } -#ifdef HAVE_SESSION +#ifdef HAVE_WMCOMMAND { int new_argc; char **new_argv; @@ -704,7 +704,7 @@ x_init_device (struct device *d, Lisp_Object props) XSetCommand (XtDisplay (app_shell), XtWindow (app_shell), new_argv, new_argc); free_argc_argv (new_argv); } -#endif /* HAVE_SESSION */ +#endif /* HAVE_WMCOMMAND */ #ifdef HAVE_OFFIX_DND