gtk-rs/gdk

Event structs need safe wrappers

Closed this issue · 2 comments

gkoz commented

Some discussion here: #21

I wonder why event struct don't have [derive(Debug)]?

gkoz commented

Thanks for pointing this out. These structs can now just be deleted from the crate, as the sys crate provides them, but the latter are missing the Debugs as well.