GNOME Bugzilla – Bug 674948
small code clean-ups for the keyboard plugin
Last modified: 2012-05-17 17:15:19 UTC
Patches attached.
Created attachment 212956 [details] [review] keyboard: Remove needless call to XkbUseExtension XkbQueryExtension does everything we need here.
Created attachment 212957 [details] [review] keyboard: Fix XkbSelectEventDetails event_type argument This just happened to work by chance since both XkbStateNotify and XkbStateNotifyMask are the same integral value.
Created attachment 212958 [details] [review] keyboard: Remove a needless GObject constructor override
Review of attachment 212956 [details] [review]: Fine.
Review of attachment 212957 [details] [review]: Looks good.
Review of attachment 212958 [details] [review]: Looks good.
Attachment 212956 [details] pushed as eeff2b0 - keyboard: Remove needless call to XkbUseExtension Attachment 212957 [details] pushed as 718a07d - keyboard: Fix XkbSelectEventDetails event_type argument Attachment 212958 [details] pushed as f808719 - keyboard: Remove a needless GObject constructor override