view src/toolbar-xlike.h @ 5204:912c34f1d7c8

(try to) fix g++ compilation problems -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-04-15 Ben Wing <ben@xemacs.org> * device-x.c (x_init_device): Don't declare something const if we're going to modify it. Clean up code to follow GNU coding standards.
author Ben Wing <ben@xemacs.org>
date Thu, 15 Apr 2010 20:13:25 -0500
parents fce43cb76a1c
children 2aa9cd456ae7
line wrap: on
line source

/* toolbar-xlike.h
**
** Description: 
**
** Created by: William M. Perry
** Copyright (c) 2001 Free Software Foundation
**
*/

#ifndef __TOOLBAR_XLIKE_H__
#define __TOOLBAR_XLIKE_H__

extern void xlike_output_frame_toolbars (struct frame *f);
extern void xlike_redraw_exposed_toolbars (struct frame *f,
					    int x, int y,
					    int width, int height);
extern void xlike_redraw_frame_toolbars (struct frame *f);
extern void xlike_output_toolbar_button (struct frame *f, Lisp_Object button);
extern void xlike_clear_frame_toolbars (struct frame *f);

#endif /* __TOOLBAR_XLIKE_H__ */