summaryrefslogtreecommitdiff
path: root/sysutils/lxtask/patches
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Update lxtask to 0.1.8, no changelog available.youri1-1/+2
2016-08-17fix function prototype to match body in order to avoid:richard1-0/+14
>xfce-taskmanager-linux.c:33:6: error: conflicting types for 'get_task_details' > void get_task_details(pid_t pid,struct task *task) > ^ >In file included from xfce-taskmanager-linux.c:30:0: >xfce-taskmanager-linux.h:41:6: note: previous declaration of 'get_task_details' was here > void get_task_details(gint pid,struct task *task); > ^