Skip to content

Commit

Permalink
Property: Better unimplemented messages for XDeleteProperty.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Feb 2, 2022
1 parent b7734cc commit 3357328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlib/Property.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ XListProperties(Display* dpy, Window w,
extern "C" int
XDeleteProperty(Display* display, Window w, Atom property)
{
UNIMPLEMENTED();
unknown_property("libX11: unhandled Property (delete): %s\n", property, None);
return BadImplementation;
}

Expand Down

0 comments on commit 3357328

Please sign in to comment.