Just as an explenation: I added timestamps, so one could add a browser for the 
remembered configurations and eventually remove any one won't use anymore. But 
since this configuration browser won't be added, I guess we could just as well 
remove this entry. 

-- 
Leif


Am Dienstag, 19. Februar 2013 um 11:54 schrieb Enlightenment SVN:

> Log:
> Remove timestamps from config (not needed).
> Add randr versions to header.
> 
> Signed-off-by: Christopher Michael <cp.mich...@samsung.com 
> (mailto:cp.mich...@samsung.com)>
> 
> Author: devilhorns
> Date: 2013-02-19 02:54:49 -0800 (Tue, 19 Feb 2013)
> New Revision: 84111
> Trac: http://trac.enlightenment.org/e/changeset/84111
> 
> Modified:
> trunk/e/src/bin/e_randr.h 
> 
> Modified: trunk/e/src/bin/e_randr.h
> ===================================================================
> --- trunk/e/src/bin/e_randr.h 2013-02-19 10:54:44 UTC (rev 84110)
> +++ trunk/e/src/bin/e_randr.h 2013-02-19 10:54:49 UTC (rev 84111)
> @@ -8,6 +8,11 @@
> # ifndef E_RANDR_H
> # define E_RANDR_H
> 
> +#define E_RANDR_VERSION_1_1 ((1 << 16) | 1)
> +#define E_RANDR_VERSION_1_2 ((1 << 16) | 2)
> +#define E_RANDR_VERSION_1_3 ((1 << 16) | 3)
> +#define E_RANDR_VERSION_1_4 ((1 << 16) | 4)
> +
> #define E_RANDR_CONFIG_FILE_EPOCH 1
> #define E_RANDR_CONFIG_FILE_GENERATION 1
> #define E_RANDR_CONFIG_FILE_VERSION \
> @@ -21,7 +26,6 @@
> unsigned char primary; // flag to indicate if primary output
> unsigned long edid_count; // monitor's edid length
> unsigned char *edid; // monitor's edid
> - double timestamp; // config timestamp
> };
> 
> struct _E_Randr_Crtc_Config
> @@ -31,35 +35,15 @@
> unsigned int orient; // value of the ecore_x_randr_orientation
> unsigned int mode; // ecore_x_randr mode id (xid)
> Eina_List *outputs; // list of outputs for this crtc
> - double timestamp; // config timestamp
> };
> 
> struct _E_Randr_Config
> {
> - /* RANDR CONFIG
> - * 
> - * Screen:
> - * width, height (int);
> - * 
> - * list of crtcs
> - * each crtc having:
> - * unsigned int crtc_id (Ecore_X_ID);
> - * int x, y, w, h; (Eina_Rectangle);
> - * unsigned int orientation (Ecore_X_Randr_Orienation);
> - * unsigned int mode_id (Ecore_X_ID);
> - * list of outputs
> - * each output having:
> - * unsigned int output_id (Ecore_X_ID);
> - * unsigned int crtc_id (Ecore_X_ID);
> - * unsigned int output_policy;
> - */
> -
> int version; // INTERNAL CONFIG VERSION
> 
> struct
> {
> int width, height; // geometry
> - double timestamp; // config timestamp
> } screen;
> 
> Eina_List *crtcs;
> 
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net 
> (mailto:enlightenment-...@lists.sourceforge.net)
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 
> 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to