On Sun, 24 Dec 2006 11:08:43 +0100 Mirek <[EMAIL PROTECTED]> babbled:

> Hi, I am using VLC, but it fails after I tried it to switch into 
> fullscreen mode. It is complaning about missing XSetInputFocus, will 
> this extension implemented into E17?

XSetInputFocus is an X call - e doesn't need to provide it at all. its a core x
call. it is used to set the keyboard focus to a window (so keyboard events go
there). e will set the focus using this call to windows (thats how a wm
handle3s focus policy). any app can all it though (and there are a few focus
policies in x), but whatever vnc is complaining about - it sounds bogus to me
as XSetInputFocus is never missing - it's a core xlib call and is always there
and always works/does something (unless the keyboard is grabbed by another
process, and when keyboards are grabbed all keystrokes go to the grabber and
can't go anywhere else).

> Mirek
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to