ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] select patch


From: Johannes Altmanninger
Subject: Re: [RP] select patch
Date: Fri, 20 Jun 2014 15:52:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Thanks! Now everything works just fine.
The only thing that is missing now is the documentation :)

On 06/20/2014 03:14 PM, Peter Pentchev wrote:
On Fri, Jun 20, 2014 at 02:43:48PM +0200, Johannes Altmanninger wrote:
Now I have rewritten find_window_name() again, it is much cleaner this way,
no need for unnecessary temporary variables anymore :)
It works the same as before but I still get the "assignment from
incompatible pointer type" warning...
Take a look at how strncmp() is declared on your system; it is most
probably something like

   int strncmp(const char *s1, const char *s2, size_t len);

Your typedef should be the same.

G'luck,
Peter

Attachment: select.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]