nanogui@linuxhacker.org
nanogui@linuxhacker.org
: I also found this a problem with nxkbd. My fix (until Greg provides the
: proper way to do it with window properties) was to add
: GR_EVENT_MASK_BUTTON_UP to the GrSelectEvents() call in
: demos/nxkbd/nxkbd.c.
I've about got 0.89pre3 done, it has a GR_WM_PROPS_NOMOVE
that is added to nxkbd, telling the window manager not to move the
window. However, we're really talking about not moving the
window only when the mouse is in the client area, this was added
for testing purposes, and involves a quick change in nanowm. I'll
take out the client-window move as well.
Regards,
Greg
nanogui@linuxhacker.org