ports/editors/cooledit/files/patch-widget-coollocal.h
Martin Wilke d75bf79743 - Fix build with gcc 4.2
PR:		117749
Submitted by:	pietro cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-05 10:15:52 +00:00

10 lines
644 B
C

--- widget/coollocal.h.orig 2007-11-02 00:37:50.000000000 +0100
+++ widget/coollocal.h 2007-11-02 00:45:22.000000000 +0100
@@ -49,7 +49,6 @@
int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent);
void drawstring_xy (Window win, int x, int y, const char *text);
void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey);
-int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
void process_external_focus (Window win, int type);
void focus_window (Window win);
void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton);