/[emacs]/emacs/src/w32fns.c
ViewVC logotype

Diff of /emacs/src/w32fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.209 by jasonr, Sun Feb 16 22:23:06 2003 UTC revision 1.210 by lektu, Thu Mar 6 13:01:32 2003 UTC
# Line 3073  and the class is `Emacs.CLASS.SUBCLASS'. Line 3073  and the class is `Emacs.CLASS.SUBCLASS'.
3073    strcat (name_key, ".");    strcat (name_key, ".");
3074    strcat (name_key, SDATA (attribute));    strcat (name_key, SDATA (attribute));
3075    
3076    value = x_get_string_resource (Qnil,    value = x_get_string_resource (check_x_display_info (Qnil)->xrdb,
3077                                   name_key, class_key);                                   name_key, class_key);
3078    
3079    if (value != (char *) 0)    if (value != (char *) 0)
# Line 3104  x_get_resource_string (attribute, class) Line 3104  x_get_resource_string (attribute, class)
3104             attribute);             attribute);
3105    sprintf (class_key, "%s.%s", EMACS_CLASS, class);    sprintf (class_key, "%s.%s", EMACS_CLASS, class);
3106    
3107    return x_get_string_resource (sf, name_key, class_key);    return x_get_string_resource (FRAME_X_DISPLAY_INFO (sf)->xrdb,
3108                                    name_key, class_key);
3109  }  }
3110    
3111  /* Types we might convert a resource string into.  */  /* Types we might convert a resource string into.  */

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26