comparison src/toolbar-x.c @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
671 gcv.background = ef->core.background_pixel; 671 gcv.background = ef->core.background_pixel;
672 gcv.graphics_exposures = False; 672 gcv.graphics_exposures = False;
673 FRAME_X_TOOLBAR_BLANK_BACKGROUND_GC (f) = 673 FRAME_X_TOOLBAR_BLANK_BACKGROUND_GC (f) =
674 XtGetGC ((Widget) ef, flags, &gcv); 674 XtGetGC ((Widget) ef, flags, &gcv);
675 675
676 if (ef->emacs_frame.top_toolbar_shadow_pixel == -1) 676 if (ef->emacs_frame.top_toolbar_shadow_pixel == 0)
677 { 677 {
678 ef->emacs_frame.top_toolbar_shadow_pixel = 678 ef->emacs_frame.top_toolbar_shadow_pixel =
679 ef->emacs_frame.background_toolbar_pixel; 679 ef->emacs_frame.background_toolbar_pixel;
680 } 680 }
681 if (ef->emacs_frame.bottom_toolbar_shadow_pixel == -1) 681 if (ef->emacs_frame.bottom_toolbar_shadow_pixel == 0)
682 { 682 {
683 ef->emacs_frame.bottom_toolbar_shadow_pixel = 683 ef->emacs_frame.bottom_toolbar_shadow_pixel =
684 ef->emacs_frame.background_toolbar_pixel; 684 ef->emacs_frame.background_toolbar_pixel;
685 } 685 }
686 686