Mercurial > hg > xemacs-beta
comparison src/toolbar-x.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
107 Display *dpy = DEVICE_X_DISPLAY (d); | 107 Display *dpy = DEVICE_X_DISPLAY (d); |
108 Window x_win = XtWindow (FRAME_X_TEXT_WIDGET (f)); | 108 Window x_win = XtWindow (FRAME_X_TEXT_WIDGET (f)); |
109 GC top_shadow_gc, bottom_shadow_gc, background_gc; | 109 GC top_shadow_gc, bottom_shadow_gc, background_gc; |
110 Lisp_Object instance, frame, window, glyph; | 110 Lisp_Object instance, frame, window, glyph; |
111 struct toolbar_button *tb = XTOOLBAR_BUTTON (button); | 111 struct toolbar_button *tb = XTOOLBAR_BUTTON (button); |
112 struct Lisp_Image_Instance *p; | 112 Lisp_Image_Instance *p; |
113 struct window *w; | 113 struct window *w; |
114 int vertical = tb->vertical; | 114 int vertical = tb->vertical; |
115 int border_width = tb->border_width; | 115 int border_width = tb->border_width; |
116 | 116 |
117 if (vertical) | 117 if (vertical) |