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

Diff of /emacs/src/xfns.c

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

revision 1.525 by miles, Wed Nov 7 08:33:33 2001 UTC revision 1.526 by gerd, Thu Nov 15 16:13:10 2001 UTC
# Line 950  x_set_frame_parameters (f, alist) Line 950  x_set_frame_parameters (f, alist)
950    
951            old_value = get_frame_param (f, prop);            old_value = get_frame_param (f, prop);
952    
953            if (NILP (Fequal (val, old_value)))            //if (NILP (Fequal (val, old_value)))
954              {              {
955                store_frame_param (f, prop, val);                store_frame_param (f, prop, val);
956    
# Line 4400  This function is an internal primitive-- Line 4400  This function is an internal primitive--
4400      {      {
4401        int margin, relief, bar_height;        int margin, relief, bar_height;
4402                
4403        relief = (tool_bar_button_relief > 0        relief = (tool_bar_button_relief >= 0
4404                  ? tool_bar_button_relief                  ? tool_bar_button_relief
4405                  : DEFAULT_TOOL_BAR_BUTTON_RELIEF);                  : DEFAULT_TOOL_BAR_BUTTON_RELIEF);
4406    

Legend:
Removed from v.1.525  
changed lines
  Added in v.1.526

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