]> git.sur5r.net Git - i3/i3/commit
i3bar: handle ConfigureRequests for tray children (fixes gtk3 size issue)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 12:50:46 +0000 (13:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 12:50:46 +0000 (13:50 +0100)
commite77f08d1fc8e19af884158fd7d619077f837e261
tree58c688ca084b13791667fe906d6e215e8bae55c3
parentb561b911ee1726575a23608f12b38aa2c29899c6
i3bar: handle ConfigureRequests for tray children (fixes gtk3 size issue)

Thanks to yvesf for this simple python test script:

    from gi.repository import Gtk as gtk

    def cb(*a):
        print a

    def si_popup(*a):
        print a

    status_icon = gtk.StatusIcon()
    status_icon.set_from_stock(gtk.STOCK_OPEN)
    status_icon.connect("activate", cb)

    gtk.main()
i3bar/src/xcb.c