mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +00:00
* Added various TextElement flags and replaced WindowPeerInfo with a
WindowText. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@756 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
// The last element must point to a valid memory location into which
|
||||
// the caller must write a '\0' to terminate the c string. The
|
||||
// attributes must contain at least one attribute.
|
||||
virtual char* print(char* first, const char* last, Canvas::attributes_list* attributes, void* object) = 0;
|
||||
virtual char* print(char* first, char* last, Canvas::attributes_list* attributes, void* object) = 0;
|
||||
|
||||
virtual extent_type max_length() = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user