comparison src/toolbar-x.c @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children fe104dbd9147
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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