X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fdevice-x.c;h=9ea7f0bf207d14bbb668c4fa5377832935c865dd;hp=b7531bd9986bd9acd506f62b1f9fac95d57300bf;hb=113b194be934327de99a168d809271db252c07c4;hpb=e22b5c8bdcbf854845110210456025888e130fea 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