From 1fbd35ddcadf3dad88d9f11eb479ef49dc343381 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Tue, 23 Feb 2010 23:32:30 +0000 Subject: [PATCH] Actually send the events wrt randr changes. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46414 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xlib/ecore_x_events.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore_x/xlib/ecore_x_events.c b/src/lib/ecore_x/xlib/ecore_x_events.c index 53f85d6..02fd926 100644 --- a/src/lib/ecore_x/xlib/ecore_x_events.c +++ b/src/lib/ecore_x/xlib/ecore_x_events.c @@ -1973,6 +1973,7 @@ _ecore_x_event_handle_randr_notify_output_change(const XRRNotifyEvent *xevent) e->rotation = randr_event->rotation; e->connection = randr_event->connection; e->subpixel_order = randr_event->subpixel_order; + ecore_event_add(ECORE_X_EVENT_RANDR_OUTPUT_CHANGE, e, NULL, NULL); } static void @@ -1990,6 +1991,7 @@ _ecore_x_event_handle_randr_notify_output_property(const XRRNotifyEvent *xevent) e->property = randr_event->property; e->time = randr_event->timestamp; e->state = randr_event->state; + ecore_event_add(ECORE_X_EVENT_RANDR_OUTPUT_PROPERTY_NOTIFY, e, NULL, NULL); } void -- 2.7.4