Added horizontal scroll for resized windows

Signed-off-by: James Booth <boothj5@gmail.com>
This commit is contained in:
Immae
2014-06-19 15:48:02 +02:00
committed by James Booth
parent d668d15081
commit 5e841febd0
3 changed files with 36 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ typedef struct prof_win_t {
win_type_t type;
gboolean is_otr;
gboolean is_trusted;
int x_pos;
int y_pos;
int paged;
int unread;