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