sanyaade-g2g-repos / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
0 stars 1 forks source link

Double-click causes Gdk:ERROR:gdkwindow-x11.c:5192:create_moveresize_window #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Double click on key-mon window

The exact error message:

    **
    Gdk:ERROR:gdkwindow-x11.c:5192:create_moveresize_window: assertion failed: (mv_resize->moveresize_emulation_window == NULL)

I found a related explanation [1] about how this happened.

[1] http://code.google.com/p/chromium-os/issues/detail?id=8610#c7

Original issue reported on code.google.com by livibet...@gmail.com on 14 Aug 2011 at 6:44

GoogleCodeExporter commented 9 years ago
In r97bf4fd9cfd6, stopped using begin_move_drag to do the window moving. Now 
window move is done by our manual code. I am not sure if this is a good 
workaround, so you may want to branch out from previous commit r11846399e52f 
for main code. Once it's sure this didn't break anything or a better solution 
appears, this can be merged.

I was trying to push bookmarks, but it seemed that I wasn't allow to push 
bookmarks to Google Code.

Original comment by livibet...@gmail.com on 14 Aug 2011 at 6:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 261f49870738.

Original comment by livibet...@gmail.com on 21 Aug 2011 at 5:15