Mercurial > hg > xemacs-beta
comparison src/toolbar-gtk.c @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | fce43cb76a1c |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
26 #include <config.h> | 26 #include <config.h> |
27 #include "lisp.h" | 27 #include "lisp.h" |
28 | 28 |
29 #include "frame.h" | 29 #include "frame.h" |
30 | 30 |
31 #include "toolbar-common.h" | 31 #include "toolbar-xlike.h" |
32 | 32 |
33 #include "console-gtk-impl.h" | 33 #include "console-gtk-impl.h" |
34 | 34 |
35 /* We should really create a 'common' console type and fill it with | 35 /* We should really create a 'xlike' console type and fill it with |
36 ** all the shared code. We would then just use | 36 ** all the shared code. We would then just use |
37 ** CONSOLE_INHERITS_METHOD(x,common,blah) | 37 ** CONSOLE_INHERITS_METHOD(x,xlike,blah) |
38 */ | 38 */ |
39 #define gtk_output_frame_toolbars common_output_frame_toolbars | 39 #define gtk_output_frame_toolbars xlike_output_frame_toolbars |
40 #define gtk_output_toolbar_button common_output_toolbar_button | 40 #define gtk_output_toolbar_button xlike_output_toolbar_button |
41 #define gtk_redraw_exposed_toolbars common_redraw_exposed_toolbars | 41 #define gtk_redraw_exposed_toolbars xlike_redraw_exposed_toolbars |
42 #define gtk_redraw_frame_toolbars common_redraw_frame_toolbars | 42 #define gtk_redraw_frame_toolbars xlike_redraw_frame_toolbars |
43 #define gtk_clear_frame_toolbars common_clear_frame_toolbars | 43 #define gtk_clear_frame_toolbars xlike_clear_frame_toolbars |
44 | 44 |
45 | 45 |
46 static void | 46 static void |
47 gtk_initialize_frame_toolbars (struct frame *UNUSED (f)) | 47 gtk_initialize_frame_toolbars (struct frame *UNUSED (f)) |
48 { | 48 { |