Replace titlechangeleave() with catch-all winevent()
authorQuentin Rameau <quinq@fifth.space>
Thu, 19 Nov 2015 22:42:19 +0000 (23:42 +0100)
committerQuentin Rameau <quinq@fifth.space>
Thu, 19 Nov 2015 23:34:22 +0000 (00:34 +0100)
commitb4e78555d020bd33981c50805f5480da22c8136d
treed242d453ab6b7efb7e1d60a4976864eb748f442e
parentd9cecc89329dee3eb48bb6cc38d2bc38796c2e8b
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.
surf.c