On Tue, 10 Apr 2007 16:25:50 +0200 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled:
> > ... > > just one thing is missing, what is the prefered way to define the fb > device to use (in ecore_fb, ecore_evas_fb, evas)? on evas we use the > "device_number" (int 0 => fb0, 1 => fb1, ...) in ecore_fb it was > supposed to use the full device path (char "/dev/fb0", etc) and in > ecore_evas_fb a char with the number (i.e "0" => /dev/fb0, etc). i > think all of them should follow the same logic, so what do you think? i agree we need to unify this into 1 way. i would say change the evas fb back end to use a string - same as ecore_fb and ecore_evas_fb would do the same. you provide a full path to a device "/dev/fb0" OR you provide a single string number "0", "1" etc. OR you can provide an X-style display ":0.0" or ":0" or ":1: etc. (same as "0", "1" etc.). but definitely mvoe to a string definition - and if ti can emulate x - style display names its easier to code for too :) > ------------------------------------------------------------------------- > 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-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
