diff src/toolbar.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 1f0dabaa0855
children 6330739388db
line wrap: on
line diff
--- a/src/toolbar.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/toolbar.h	Mon Aug 13 10:28:48 2007 +0200
@@ -100,11 +100,11 @@
 #define CHECK_TOOLBAR_BUTTON(x) CHECK_RECORD (x, toolbar_button)
 #define CONCHECK_TOOLBAR_BUTTON(x) CONCHECK_RECORD (x, toolbar_button)
 
-extern void get_toolbar_coords (struct frame *f, enum toolbar_pos pos, int *x,
-				int *y, int *width, int *height, int *vert,
-				int for_layout);
-extern Lisp_Object toolbar_button_at_pixpos (struct frame *f, int x_coord,
-					     int y_coord);
+void get_toolbar_coords (struct frame *f, enum toolbar_pos pos, int *x,
+			 int *y, int *width, int *height, int *vert,
+			 int for_layout);
+Lisp_Object toolbar_button_at_pixpos (struct frame *f, int x_coord,
+				      int y_coord);
 DECLARE_SPECIFIER_TYPE (toolbar);
 #define XTOOLBAR_SPECIFIER(x) XSPECIFIER_TYPE (x, toolbar)
 #define XSETTOOLBAR_SPECIFIER(x, p) XSETSPECIFIER_TYPE (x, p, toolbar)