Mercurial > hg > xemacs-beta
diff src/device-x.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
line wrap: on
line diff
--- a/src/device-x.c Mon Aug 13 10:30:38 2007 +0200 +++ b/src/device-x.c Mon Aug 13 10:31:29 2007 +0200 @@ -276,7 +276,11 @@ char *xdefs, *key; int len; +#ifdef INFODOCK + key = "InfoDock"; +#else key = "XEmacs"; +#endif len = strlen (key); if (!dpy) @@ -370,7 +374,11 @@ { app_class = (NILP (Vx_emacs_application_class) && have_xemacs_resources_in_xrdb (dpy)) +#ifdef INFODOCK + ? "InfoDock" +#else ? "XEmacs" +#endif : "Emacs"; /* need to update Vx_emacs_application_class: */ Vx_emacs_application_class = build_string (app_class);