On Tue, 11 Feb 2014 at 18:22:01 -0500, Brad Jorsch wrote:

> @@ -1063,6 +1091,7 @@ static Bool handleWindowType(WWindow *wwin, Atom type, 
> int *layer)
>  {
>       Bool ret = True;
>  
> +     wmessage("handleWindowType for %lx is %d", wwin->client_win, type);
>       if (type == net_wm_window_type_desktop) {

Is the above wmessage() really necessary or is it just a forgotten
debug check?

Besides, it causes this warning:

wmspec.c: In function handleWindowType:
wmspec.c:1125:2: warning: format %d expects argument of type int, but 
argument 7 has type Atom [-Wformat]


--
To unsubscribe, send mail to [email protected].

Reply via email to