netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=0a90a188a15cb4e6d0579014d1632c87cffbfa7e

commit 0a90a188a15cb4e6d0579014d1632c87cffbfa7e
Author: Alastair Poole <[email protected]>
Date:   Sat Aug 15 17:03:07 2020 +0100

    conf_randr: Let user know the mode is doublescan.
    
    :)
---
 src/modules/conf_randr/e_int_config_randr2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_randr/e_int_config_randr2.c 
b/src/modules/conf_randr/e_int_config_randr2.c
index 5ce8714aa..364e2c05f 100644
--- a/src/modules/conf_randr/e_int_config_randr2.c
+++ b/src/modules/conf_randr/e_int_config_randr2.c
@@ -388,7 +388,7 @@ _basic_screen_info_fill(E_Config_Dialog_Data *cfdata, 
E_Config_Randr2_Screen *cs
              mode_cbdata->cfdata = cfdata;
              mode_cbdata->mode = *m;
              if (m->flags & ECORE_X_RANDR_MODE_DOUBLE_SCAN)
-               snprintf(buf, sizeof(buf), "%ix%i @ %1.2fHz", m->w, m->h, 
m->refresh / 2);
+               snprintf(buf, sizeof(buf), "%ix%i @ %1.2fHz (Doublescan)", 
m->w, m->h, m->refresh / 2);
              else
                snprintf(buf, sizeof(buf), "%ix%i @ %1.2fHz", m->w, m->h, 
m->refresh);
              it = elm_list_item_append(cfdata->modes_obj, buf, NULL, NULL, 
_cb_mode_set, mode_cbdata);

-- 


Reply via email to