[dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread
Hello! first - thanks you for your software! :) i found bug in dwm-{5.9,6.0} version (and early too) when open one of some application fullscreened - eg zsnes, dosbox, vbam - in any layout mode screen blacking and nothing work. software using SDL, may be in this reason? how to fix it? in openbox

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Eckehard Berns
> i found bug in dwm-{5.9,6.0} version (and early too) > when open one of some application fullscreened - eg zsnes, dosbox, > vbam - in any layout mode screen blacking and nothing work. I think I have seen something similar when starting ioquake3. At least with ioquake3 I think the problem is that

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Nick
Quoth ∞: > i found bug in dwm-{5.9,6.0} version (and early too) > when open one of some application fullscreened - eg zsnes, dosbox, > vbam - in any layout mode screen blacking and nothing work. software > using SDL, may be in this reason? how to fix it? > in openbox that applications work good, bu

[dev] st: equivalent fixes: st-sel-fix

2012-01-10 Thread Martti Kühne
hello list I announced a fix on irc earlier today for a recurring problem when using st on a daily basis, and looking further into the issue, I found there are, afaict two seemingly identically valid fixes for the problem: --- st/st.c 2011-11-02 21:24:08.893374099 +0100 +++ st-selfix/st.c

Re: [dev] st: equivalent fixes: st-sel-fix

2012-01-10 Thread Aurélien Aptel
On Tue, Jan 10, 2012 at 10:04 PM, Martti Kühne wrote: > anyway, the problem is that XChangeProperty() will cause a segfault if it gets > NULL - or strlen. I'm slightly in favor of the former, as it will allow > sel.clip to be any value at any time, which is good. Thoughts? Good catch. Let's go wi

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Roman Z.
On Tue, Jan 10, 2012 at 06:42:42PM +, Nick wrote: > Quoth ∞: > > i found bug in dwm-{5.9,6.0} version (and early too) > > when open one of some application fullscreened - eg zsnes, dosbox, > > vbam - in any layout mode screen blacking and nothing work. software > > using SDL, may be in this rea

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Nick
Quoth Roman Z.: > Games work when the screen resolution of the game is the same as the > resolution in dwm. If the resolution is different, all I get is a black > screen with the DWM statusbar at the top. Keyboard input is still > passed to the game though. > > Running "wmname LG3D" doesn't chan

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Jakub Lach
http://lists.libsdl.org/pipermail/sdl-libsdl.org/2010-February/074856.html And nothing.

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread
On 1/11/12, Jakub Lach wrote: > http://lists.libsdl.org/pipermail/sdl-libsdl.org/2010-February/074856.html > > And nothing. > but, in openbox SDL-apps work fine. need patch for dwm or SDL?

Re: [dev] dwm: bug in fullscreen mode (SDL?)

2012-01-10 Thread Hadrian Węgrzynowski
On Wed, 11 Jan 2012 12:35:09 +0500 ∞ wrote: >On 1/11/12, Jakub Lach wrote: >> http://lists.libsdl.org/pipermail/sdl-libsdl.org/2010-February/074856.html >> >> And nothing. >> > > >but, in openbox SDL-apps work fine. need patch for dwm or SDL? > AFAIK openbox is reparenting wm. The problem is th