billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=432485dae3a323242365080d3ef52b5bd543f3f0

commit 432485dae3a323242365080d3ef52b5bd543f3f0
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Jul 5 23:12:32 2019 +0200

    win: start the hide_cursor timer on window creation
---
 src/bin/win.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/bin/win.c b/src/bin/win.c
index 19b429f..dd0466e 100644
--- a/src/bin/win.c
+++ b/src/bin/win.c
@@ -1794,6 +1794,12 @@ imf_done:
 
      }
 
+   if (!isnan(wn->config->hide_cursor))
+     {
+        wn->hide_cursor_timer = ecore_timer_add(
+           wn->config->hide_cursor, _hide_cursor, wn);
+     }
+
    wins = eina_list_append(wins, wn);
    return wn;
 }

-- 


Reply via email to