it seems the if 0'd code was wrong and ecore win32 doesnt support nocursor

This commit is contained in:
Carsten Haitzler 2014-04-03 19:56:04 +09:00
parent 30506b9025
commit 662fbe5ede
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@ -840,7 +841,7 @@ _ecore_evas_win32_cursor_set(Ecore_Evas *ee, Evas_Object *obj, int layer, int ho
if (obj != old)
{
ecore_win32_window_cursor_show(ee->prop.window, 0);
// ecore_win32_window_cursor_show(ee->prop.window, 0);
evas_pointer_output_xy_get(ee->evas, &x, &y);
evas_object_layer_set(ee->prop.cursor.object, ee->prop.cursor.layer);
evas_object_pass_events_set(ee->prop.cursor.object, 1);