discomfitor pushed a commit to branch master.

commit bc7883927eb1d243f72e78816aa2697f89850924
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Aug 5 08:06:24 2013 +0100

    +e_xinerama_fake_screens_exist
---
 src/bin/e_xinerama.c | 6 ++++++
 src/bin/e_xinerama.h | 1 +
 2 files changed, 7 insertions(+)

diff --git a/src/bin/e_xinerama.c b/src/bin/e_xinerama.c
index 56351c7..43f7ac8 100644
--- a/src/bin/e_xinerama.c
+++ b/src/bin/e_xinerama.c
@@ -58,6 +58,12 @@ e_xinerama_fake_screen_add(int x, int y, int w, int h)
    fake_screens = eina_list_append(fake_screens, scr);
 }
 
+EAPI Eina_Bool
+e_xinerama_fake_screens_exist(void)
+{
+   return !!fake_screens;
+}
+
 /* local subsystem functions */
 static void
 _e_xinerama_clean(void)
diff --git a/src/bin/e_xinerama.h b/src/bin/e_xinerama.h
index 6e0e6b5..544154b 100644
--- a/src/bin/e_xinerama.h
+++ b/src/bin/e_xinerama.h
@@ -18,6 +18,7 @@ EAPI void             e_xinerama_update(void);
 EAPI const Eina_List *e_xinerama_screens_get(void);
 EAPI const Eina_List *e_xinerama_screens_all_get(void);
 EAPI void             e_xinerama_fake_screen_add(int x, int y, int w, int h);
+EAPI Eina_Bool        e_xinerama_fake_screens_exist(void);
 
 #endif
 #endif

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to