Cleanup: area.h
This commit is contained in:
@@ -197,7 +197,7 @@ void *server_get_property (Window win, Atom at, Atom type, int *num_results)
|
||||
|
||||
result = XGetWindowProperty(server.dsp, win, at, 0, 0x7fffffff, False, type, &type_ret, &format_ret, &nitems_ret, &bafter_ret, &prop_value);
|
||||
|
||||
// Send back resultcount
|
||||
// Send fill_color resultcount
|
||||
if (num_results) *num_results = (int)nitems_ret;
|
||||
|
||||
if (result == Success && prop_value) return prop_value;
|
||||
|
||||
Reference in New Issue
Block a user