Code cleanup

This commit is contained in:
Pierre Pronchery 2016-03-16 02:31:47 +01:00
parent 75f1b794ff
commit 408f6316e2

View File

@ -399,8 +399,8 @@ static int _tasks_get_current_desktop(Tasks * tasks)
/* tasks_get_text_property */ /* tasks_get_text_property */
static int _tasks_get_text_property(Tasks * tasks, Window window, static int _tasks_get_text_property(Tasks * tasks, Window window, Atom property,
Atom property, char ** ret) char ** ret)
{ {
int res; int res;
XTextProperty text; XTextProperty text;