diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-12 20:58:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-12 20:58:52 +0000 |
commit | 32b0f169e763233bc61e6cc2f3dd74aa4ef9d338 (patch) | |
tree | 3dbda433f3f8a7551066ba0bb19391d1bb223381 /app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch | |
parent | ppc stable, bug #125878 (diff) | |
download | historical-32b0f169e763233bc61e6cc2f3dd74aa4ef9d338.tar.gz historical-32b0f169e763233bc61e6cc2f3dd74aa4ef9d338.tar.bz2 historical-32b0f169e763233bc61e6cc2f3dd74aa4ef9d338.zip |
Bump to 3.17.17 (from 3.17.12)
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch')
-rw-r--r-- | app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch b/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch new file mode 100644 index 000000000000..9ce026146f6a --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch @@ -0,0 +1,10 @@ +--- cooledit-3.17.17/widget/coollocal.h.agriffis 2005-04-04 16:47:45.000000000 -0400 ++++ cooledit-3.17.17/widget/coollocal.h 2006-03-12 15:38:40.000000000 -0500 +@@ -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); |