princeamd pushed a commit to branch enlightenment-0.17.

commit f15b2eda9d7c80161ce00ae6ad8c6e88f44ad9dc
Author: Chris Michael <[email protected]>
Date:   Fri Aug 2 17:06:55 2013 +0100

    Backport: 112a409 :: When we have to calculate screen size, it May actually 
Help to get the crtc id that we need to fetch values for.
    
    NB: Phab Ticket T258
    
    NB: /me slaps self
    
    Signed-off-by: Chris Michael <[email protected]>
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/bin/e_randr.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c
index d1edbe4..0386a50 100644
--- a/src/bin/e_randr.c
+++ b/src/bin/e_randr.c
@@ -1178,6 +1178,8 @@ _e_randr_config_screen_size_calculate(int *sw, int *sh)
                {
                   Ecore_X_Randr_Crtc crtc = 0;
 
+                  crtc = ecore_x_randr_output_crtc_get(root, outputs[i]);
+
 #if ((ECORE_VERSION_MAJOR >= 1) && (ECORE_VERSION_MINOR >= 8))
                   Ecore_X_Randr_Crtc_Info *cinfo;
 

-- 

------------------------------------------------------------------------------
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