diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-07 21:53:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-07 21:53:48 +0000 |
commit | 5e6b0ce3ffd4cbdd0156a8ab0fba194d4a615f42 (patch) | |
tree | 37163d935aef5c30045d9fbc1a654cbc1f6f451a /misc/xfce4-weather-plugin/files | |
parent | - Update to 2.2.9-ja-1.0 (diff) |
Update to 0.3.9 release.
PR: ports/67675
Submitted by: Filippo Natali <filippo@widestore.net> (maintainer)
Diffstat (limited to 'misc/xfce4-weather-plugin/files')
-rw-r--r-- | misc/xfce4-weather-plugin/files/patch-http_client.h | 7 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/files/patch-weather.c | 25 |
2 files changed, 7 insertions, 25 deletions
diff --git a/misc/xfce4-weather-plugin/files/patch-http_client.h b/misc/xfce4-weather-plugin/files/patch-http_client.h new file mode 100644 index 000000000000..ff1d483fa79d --- /dev/null +++ b/misc/xfce4-weather-plugin/files/patch-http_client.h @@ -0,0 +1,7 @@ +--- panel-plugin/http_client.h.orig Mon Apr 19 16:15:44 2004 ++++ panel-plugin/http_client.h Mon Jun 7 15:52:19 2004 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/in.h> diff --git a/misc/xfce4-weather-plugin/files/patch-weather.c b/misc/xfce4-weather-plugin/files/patch-weather.c deleted file mode 100644 index 430a5875df14..000000000000 --- a/misc/xfce4-weather-plugin/files/patch-weather.c +++ /dev/null @@ -1,25 +0,0 @@ -*** panel-plugin/weather.c Sun Feb 29 22:10:53 2004 ---- weather.c Fri Apr 2 16:00:39 2004 -*************** -*** 375,380 **** ---- 375,382 ---- - - void start_draw_up(xfceweather_data *data) { - gint width, height; -+ GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width, -+ data->drawable_label->allocation.height}; - - /* if only one pixmap don't start the callback */ - if (!data->xmldata_pixmaps || data->xmldata_pixmaps->len == 0) -*************** -*** 383,391 **** - if (data->xmldata_pixmaps->len == 1) { - data->drawable_pixmap = (GdkPixmap *)g_ptr_array_index(data->xmldata_pixmaps, 0); - data->drawable_offset = 0; -- -- GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width, -- data->drawable_label->allocation.height}; - - gtk_widget_draw(data->drawable_label, &update_rect); - return; ---- 385,390 ---- |