fixed segfault
git-svn-id: http://tint2.googlecode.com/svn/trunk@168 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -49,8 +49,8 @@ typedef struct {
|
||||
// ARGB icon
|
||||
unsigned int *icon_data;
|
||||
unsigned int *icon_data_active;
|
||||
int icon_width;
|
||||
int icon_height;
|
||||
unsigned int icon_width;
|
||||
unsigned int icon_height;
|
||||
char *title;
|
||||
} Task;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user