Path to this page:
Subject: CVS commit: pkgsrc/devel/ecore
From: Joerg Sonnenberger
Date: 2020-05-01 02:11:52
Message id: 20200501001152.AFD83FB27@cvs.NetBSD.org
Log Message:
Update ecore to 1.7.10:
Additions:
* ecore_x_randr_crtc_info_get()
* ecore_x_randr_crtc_info_free()
Deprecations:
* ecore_x_randr_crtc_gamma_ramp_size_get()
* ecore_x_randr_crtc_gamma_ramps_get()
* ecore_x_randr_crtc_gamma_ramps_set()
Fixes:
* Ecore-X: Fix selection parser to not overrun buffer read by using longs on \
64bit.
* Fix use of ecore_con_server_client_limit_set() (counter never decreased).
* Fix use of ecore_con_client_timeout_set() and \
ecore_con_server_timeout_set() that makes timeout on
connections even if you sent data.
* Fix cl->start_time (initialization missing). So now
ecore_con_client_uptime_get() is working.
* Fix srv->start_time (initialization missing). So now
ecore_con_server_uptime_get() is working for plain TCP connections.
* Fix use of ecore_con_server_timeout_set() that doesnt refresh the timer.
* Wayland: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
* ecore_evas/wayland_egl: Only render if last frame has been presented.
* ecore/wayland: Fix screen size get when screen is rotated.
* ecore_imf: Fix memory leak in scim immodule
* ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()
Files: