diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-12 10:46:33 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-12 10:46:33 +0300 |
commit | ba3e93fda5585ed91315ce5bf911e000c30dacc4 (patch) | |
tree | b4773d5d7159199fe464e45ba7c6c46bb163392a /net-p2p | |
parent | ef8d0947086278220cdc182c3e961cecb9ee03a5 (diff) |
new file: net-p2p/rtorrent/files/canvas.patch
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/files/canvas.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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> 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); } |