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)
All GtkWidget events have the same function prototype with the generic
GdkEvent as parameter. This will let us handle everything in the switch.


No differences found