From ba3e93fda5585ed91315ce5bf911e000c30dacc4 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 12 Apr 2011 10:46:33 +0300 Subject: new file: net-p2p/rtorrent/files/canvas.patch --- net-p2p/rtorrent/files/canvas.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-p2p/rtorrent/files/canvas.patch diff --git a/net-p2p/rtorrent/files/canvas.patch b/net-p2p/rtorrent/files/canvas.patch new file mode 100644 index 0000000..6b0419e --- /dev/null +++ b/net-p2p/rtorrent/files/canvas.patch @@ -0,0 +1,12 @@ +diff -Naur /var/paludis/repositories/gentoo/distfiles/svn-src/rtorrent/rtorrent/src/display/canvas.h ./src/display/canvas.h +--- /var/paludis/repositories/gentoo/distfiles/svn-src/rtorrent/rtorrent/src/display/canvas.h 2011-04-12 10:30:16.013411001 +0300 ++++ ./src/display/canvas.h 2011-04-12 10:43:51.159411001 +0300 +@@ -48,7 +48,7 @@ + public: + typedef std::vector attributes_list; + +- Canvas(int x = 0, int y = 0, int width = 0, int height = 0); ++ Canvas(int x = 0, int y = 0, int width = 1, int height = 1); + ~Canvas() { delwin(m_window); } + + void refresh() { wnoutrefresh(m_window); } -- cgit v1.2.3