On Sat, 2 Jun 2012 18:01:31 +0900 Jérôme Pinot <ngc...@gmail.com> said:

> Hi,
> 
> ecore_x is calling XKeycodeToKeysym from xlib, but this function has
> issues. It has been deprecated 6 months ago in X.org and it is
> suggested to use XkbKeycodeToKeysym instead:
> https://bugs.freedesktop.org/show_bug.cgi?id=25732 

wtf? they cant kill that! that has been a standard xlib func for like... what..
i don't know... 25 years! nevaaaaaah!... the BASTARDS!

> So I made a wrapper function that makes use of XkbKeycodeToKeysym when
> possible or fallback to XKeycodeToKeysym. I'm ready to commit it but I
> would like to have comments about the patch, because, well, you know the
> surrounding code better than me :-)

hmm ok. looks simple enough - wrap the old func with a compat one, make compat
one use xkb if there...

i decree that though shalt comit this!
<jean-luc-picard>make it so! :)</jean-luc-picard>

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to