From: Quentin Rameau Date: Thu, 19 Nov 2015 22:42:19 +0000 (+0100) Subject: Replace titlechangeleave() with catch-all winevent() X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=b4e78555d020bd33981c50805f5480da22c8136d;hp=b4e78555d020bd33981c50805f5480da22c8136d;p=surf.git Replace titlechangeleave() with catch-all winevent() All GtkWidget events have the same function prototype with the generic GdkEvent as parameter. This will let us handle everything in the switch. ---