[Xfce4-commits] [xfce/xfce4-session] branch master updated (308304a -> 9ba6164)

noreply at xfce.org noreply at xfce.org
Sat Apr 6 23:38:25 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-session.

      from  308304a   Use a different icon for hybrid sleep when possible
       new  0d84862   bump gtk version to 3.22 and gmodule/gio to 2.42
       new  ef9da67   replaced deprecated "gtk_display_get_screen"  - For each display there is only one screen (See gtk3 doc of gdk_display_get_screen). So we can use gdk_display_get_default_screen (display) instead of looping on all screens.  - The default screen is the screen of the default display ( no need to first get the default display if the default screen is required)
       new  1d56e7f   removed duplicated loop counter (triggered by previous commit a99008c8dbddc038778c8c7e1e080f42c034c3a2)
       new  10f46ed   merged identic cases (triggered by previous commit a99008c8dbddc038778c8c7e1e080f42c034c3a2)
       new  d39c6ef   replaced GList of windows with single window (not required any more) (triggered by previous commit a99008c8dbddc038778c8c7e1e080f42c034c3a2)
       new  9ba6164   Fixed warning "cast between incompatible function types" introduced in GCC 8

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in                    |  4 +-
 engines/balou/balou.c              | 95 +++++++++++++++++---------------------
 engines/balou/config.c             |  2 +-
 engines/balou/gnome-uri.c          |  3 +-
 engines/mice/mice.c                | 48 +++++++++----------
 settings/module.c                  |  2 +-
 settings/xfae-model.c              |  2 +-
 xfce4-session/xfsm-fadeout.c       | 30 ++----------
 xfce4-session/xfsm-legacy.c        |  3 +-
 xfce4-session/xfsm-manager.c       | 43 +++++------------
 xfce4-session/xfsm-properties.c    |  4 +-
 xfce4-session/xfsm-splash-screen.c |  2 +-
 12 files changed, 90 insertions(+), 148 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list