diff options
Diffstat (limited to 'editors/cooledit/patches/patch-aa')
-rw-r--r-- | editors/cooledit/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/cooledit/patches/patch-aa b/editors/cooledit/patches/patch-aa new file mode 100644 index 00000000000..f265ced38bc --- /dev/null +++ b/editors/cooledit/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2006/07/22 04:34:48 minskim Exp $ + +--- widget/coollocal.h.orig 2005-04-04 13:47:45.000000000 -0700 ++++ widget/coollocal.h +@@ -49,7 +49,6 @@ CWidget *allocate_widget (Window newwin, + 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); |