On Wed, 6 Jan 2021 21:23:55 -0500 Christopher Michael <devilho...@comcast.net>
said:

:)

> Thank you for making this easily readable !! :D
> 
> +1
> 
> dh
> 
> 
> On 1/6/21 5:19 PM, Carsten Haitzler wrote:
> >   Eina_Bool
> >   music_control_dbus_init(E_Music_Control_Module_Context *ctxt, const char
> > *bus) {
> > @@ -584,6 +605,9 @@ e_modapi_init(E_Module *m)
> >      if (ctxt->config->pause_on_desklock)
> >        desklock_handler = ecore_event_handler_add(E_EVENT_DESKLOCK,
> >                                                   _desklock_cb, ctxt);
> > +   music_control_powersave_event_handler =
> > +     ecore_event_handler_add(E_EVENT_POWERSAVE_UPDATE,
> > +                             _powersave_change_cb, ctxt);
> >      return ctxt;
> >   }
> >   
> 
> 
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to