Ecore_X: Add a missing function for getting the count of screens.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)
commitb563c25a790961a3bb6d41eecf85738be8a7794a
treedfcca6175f644d0689d7b11c997984669a877265
parentc809232f1e7ceeb7ed42f13dae9631c281d20bcf
Ecore_X: Add a missing function for getting the count of screens.
Bonus: Added doxy and the @since stuffs (for Tom) ;)

NB: Needed for changes to ecore_evas as that was using xlib
ScreenCount. This way we can just use ecore_x_screen_count_get and not
have to worry if we are xcb/xlib/etc.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61728 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_x/Ecore_X.h
src/lib/ecore_x/xcb/ecore_xcb.c
src/lib/ecore_x/xlib/ecore_x.c