Ecore_X: Add a missing function for getting the count of screens.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)
commit72abee34810471bea4d05adf4db2b3996837b014
treedf6fb3ffa9c96bbbf6481f6d5423b9e864f47707
parent210b6dcc9b3d75233b8144c144202b37d2d9c9d0
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.

SVN revision: 61728
legacy/ecore/src/lib/ecore_x/Ecore_X.h
legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb.c
legacy/ecore/src/lib/ecore_x/xlib/ecore_x.c