wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

mappingnotify.c (249B)


      1 /* Copyright ©2006-2010 Kris Maglione <maglione.k at Gmail>
      2  * See LICENSE file for license details.
      3  */
      4 #include "event.h"
      5 
      6 void
      7 event_mappingnotify(XMappingEvent *ev) {
      8 
      9 	/* Why do you need me to tell you this? */
     10 	XRefreshKeyboardMapping(ev);
     11 }