Re: [dev] [dwm] BadAtom error solved

2011-10-28 Thread Christoph Helma
Changing the last argument of XInternAtom to False works too. Up to now I did not run into troubles with WM_HINTS, but I might have just been lucky. Christoph Atom wmProperty = XInternAtom(display->get(), "_MOTIF_WM_HINTS", False); On Thu, 27 Oct 2011 00:05:26 +0100, pod wrote: > > "CH" ==

Re: [dev] [dwm] BadAtom error solved

2011-10-26 Thread pod
> "CH" == Christoph Helma writes: CH> Thanks! Changing that line to CH> Atom wmProperty = XInternAtom(display->get(), "WM_HINTS", True); CH> seems to solve the problem. ... and almost certainly introduces an entirely different sort of problem. I don't think WM_HINTS an

Re: [dev] [dwm] BadAtom error solved

2011-10-26 Thread Christoph Helma
On Tue, 25 Oct 2011 22:10:07 +0200, Anselm R Garbe wrote: > On 25 October 2011 13:08, wrote: > > Running the example code at the bottom of > > https://github.com/wedesoft/hornetseye-xorg results in the following > > error: > > > > X Error of failed request:  BadAtom (invalid Atom parameter) > >