Commited a possible fix to the screen update bug.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@258 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-06 18:17:13 +00:00
parent c2a0fd90dc
commit fc903274ae
7 changed files with 19 additions and 3 deletions
+4
View File
@@ -7,6 +7,10 @@
namespace display {
Window::~Window() {
delete m_canvas;
}
void
Window::refresh() {
m_canvas->refresh();