Add note about screen_reset.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84154
This commit is contained in:
Christopher Michael 2013-02-19 10:56:58 +00:00 committed by Christopher Michael
parent 8d47671e6e
commit b12e6c9c12
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@ e_randr_init(void)
return EINA_FALSE;
}
/* try to restore settings */
/* try to restore settings
*
* NB: When we restore, check the resolutions (current vs saved)
* and if there is no change then we do not need to call
* screen_reset as this triggers a full comp refresh */
/* tell randr that we are interested in receiving events
*