princeamd pushed a commit to branch ecore-1.7.

commit 720cd6e1aad2f444b612585dbfcd88db3b73e540
Author: Christopher Michael <[email protected]>
Date:   Thu Feb 7 12:43:51 2013 +0000

    Backport: 736d81e :: Add ecore_x_randr_crtc_info_free function.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 83738
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/lib/ecore_x/Ecore_X.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index 5a070fd..e06cf18 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -1891,6 +1891,7 @@ EAPI Eina_Bool                                 
ecore_x_randr_crtc_clone_set(Ecor
 EAPI Eina_Bool                                 
ecore_x_randr_crtc_settings_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc, 
Ecore_X_Randr_Output *outputs, int noutputs, int x, int y, Ecore_X_Randr_Mode 
mode, Ecore_X_Randr_Orientation orientation);
 EAPI Eina_Bool                                 
ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window root, Ecore_X_Randr_Crtc 
crtc_r1, Ecore_X_Randr_Crtc crtc_r2, Ecore_X_Randr_Output_Policy policy, 
Ecore_X_Randr_Relative_Alignment alignment);
 EAPI Ecore_X_Randr_Crtc_Info                  
*ecore_x_randr_crtc_info_get(Ecore_X_Window root, const Ecore_X_Randr_Crtc 
crtc); /**< @since 1.8 */
+EAPI void                                      
ecore_x_randr_crtc_info_free(Ecore_X_Randr_Crtc_Info *info); /**< @since 1.8 */
 EAPI Eina_Bool                                 
ecore_x_randr_output_mode_add(Ecore_X_Randr_Output output, Ecore_X_Randr_Mode 
mode);
 EAPI void                                      
ecore_x_randr_output_mode_del(Ecore_X_Randr_Output output, Ecore_X_Randr_Mode 
mode);
 EAPI Ecore_X_Randr_Mode                       
*ecore_x_randr_output_modes_get(Ecore_X_Window root, Ecore_X_Randr_Output 
output, int *num, int *npreferred);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to