Home
last modified time | relevance | path

Searched refs:randr2_id (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_canvas.c434 if (scr->id) zone->randr2_id = strdup(scr->id); in e_comp_canvas_init()
654 free(zone->randr2_id); in e_comp_canvas_update()
655 zone->randr2_id = NULL; in e_comp_canvas_update()
656 if (scr->id) zone->randr2_id = strdup(scr->id); in e_comp_canvas_update()
663 if (scr->id) zone->randr2_id = strdup(scr->id); in e_comp_canvas_update()
H A De_desk.c122 if (zone->randr2_id) in e_desk_new()
124 E_Randr2_Screen *sc = e_randr2_screen_id_find(zone->randr2_id); in e_desk_new()
584 if (zone->randr2_id) in e_desk_window_profile_update()
586 E_Randr2_Screen *sc = e_randr2_screen_id_find(zone->randr2_id); in e_desk_window_profile_update()
H A De_zone.h95 char *randr2_id; // same id we get from randr2 so look it up there member
H A De_backlight.c132 id = zone->randr2_id; in _backlight_devices_zone_device_find()
265 const char *id = zone->randr2_id; in _backlight_devices_device_zone_get()
H A De_zone.c1481 free(zone->randr2_id); in _e_zone_free()
1696 if (eina_streq(zone->randr2_id, id)) in e_zone_for_id_get()
H A De_randr2.c443 eina_stringshare_replace(&cs->rel_to, zone->randr2_id); in _config_update()