Mercurial > hg > xemacs-beta
comparison src/toolbar.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 576fb035e263 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
1608 | 1608 |
1609 fb = Qnil; | 1609 fb = Qnil; |
1610 #ifdef HAVE_TTY | 1610 #ifdef HAVE_TTY |
1611 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); | 1611 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); |
1612 #endif | 1612 #endif |
1613 #ifdef HAVE_GTK | |
1614 fb = Fcons (Fcons (list1 (Qgtk), make_int (DEFAULT_TOOLBAR_HEIGHT)), fb); | |
1615 #endif | |
1613 #ifdef HAVE_X_WINDOWS | 1616 #ifdef HAVE_X_WINDOWS |
1614 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_HEIGHT)), fb); | 1617 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_HEIGHT)), fb); |
1615 #endif | 1618 #endif |
1616 #ifdef HAVE_MS_WINDOWS | 1619 #ifdef HAVE_MS_WINDOWS |
1617 fb = Fcons (Fcons (list1 (Qmswindows), | 1620 fb = Fcons (Fcons (list1 (Qmswindows), |
1621 set_specifier_fallback (Vdefault_toolbar_height, fb); | 1624 set_specifier_fallback (Vdefault_toolbar_height, fb); |
1622 | 1625 |
1623 fb = Qnil; | 1626 fb = Qnil; |
1624 #ifdef HAVE_TTY | 1627 #ifdef HAVE_TTY |
1625 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); | 1628 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); |
1629 #endif | |
1630 #ifdef HAVE_GTK | |
1631 fb = Fcons (Fcons (list1 (Qgtk), make_int (DEFAULT_TOOLBAR_WIDTH)), fb); | |
1626 #endif | 1632 #endif |
1627 #ifdef HAVE_X_WINDOWS | 1633 #ifdef HAVE_X_WINDOWS |
1628 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_WIDTH)), fb); | 1634 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_WIDTH)), fb); |
1629 #endif | 1635 #endif |
1630 #ifdef HAVE_MS_WINDOWS | 1636 #ifdef HAVE_MS_WINDOWS |
1738 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); | 1744 fb = Fcons (Fcons (list1 (Qtty), Qzero), fb); |
1739 #endif | 1745 #endif |
1740 #ifdef HAVE_X_WINDOWS | 1746 #ifdef HAVE_X_WINDOWS |
1741 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_BORDER_WIDTH)), fb); | 1747 fb = Fcons (Fcons (list1 (Qx), make_int (DEFAULT_TOOLBAR_BORDER_WIDTH)), fb); |
1742 #endif | 1748 #endif |
1749 #ifdef HAVE_GTK | |
1750 fb = Fcons (Fcons (list1 (Qgtk), make_int (DEFAULT_TOOLBAR_BORDER_WIDTH)), fb); | |
1751 #endif | |
1743 #ifdef HAVE_MS_WINDOWS | 1752 #ifdef HAVE_MS_WINDOWS |
1744 fb = Fcons (Fcons (list1 (Qmswindows), make_int (MSWINDOWS_DEFAULT_TOOLBAR_BORDER_WIDTH)), fb); | 1753 fb = Fcons (Fcons (list1 (Qmswindows), make_int (MSWINDOWS_DEFAULT_TOOLBAR_BORDER_WIDTH)), fb); |
1745 #endif | 1754 #endif |
1746 if (!NILP (fb)) | 1755 if (!NILP (fb)) |
1747 set_specifier_fallback (Vdefault_toolbar_border_width, fb); | 1756 set_specifier_fallback (Vdefault_toolbar_border_width, fb); |