On 12.01.2012 10:27, Anurag Priyam wrote:
I added some print statements there:print(' **** in tooltip.show **** ') print(mouse.screen) print(self.wibox.screen) self.wibox.screen = mouse.screen print(self.wibox.screen) print(' **** ') Compiled and re-installed awesome. And the output this time is pretty weird: ... **** in tooltip.show **** 1 nil nil **** ... How would you explain that?
Meh. You are using git master. commit 08cd44dda71b2c62d441941c50c64e1165975d7b Author: Uli Schlachter <[email protected]> Date: Sun Mar 27 16:21:49 2011 +0200 drawin: Remove screen property There isn't much point in the screen property of a drawin because the geometry already defines on which screen the drawin is. The biggest chunk of changes from this is due to removing the functions drawin_detach and drawin_attach which where called when the screen property was set/unset. The code from drawin_detach is moved into drawin_set_visible and drawin_wipe. drawin_attach is moved into drawin_init. Signed-off-by: Uli Schlachter <[email protected]> -- To unsubscribe, send mail to [email protected].
