diff options
author | Victor Kareh <[email protected]> | 2018-05-09 12:02:51 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:23:38 +0200 |
commit | cbc200ff01af3c7ba35475a7c8c83e127f893318 (patch) | |
tree | d267c18760b2b72b7d221582d1f66b5e3068492e /configure.ac | |
parent | 2b9d8bf7c7338ed984a3529b06d8551f5fffec88 (diff) | |
download | mate-applets-cbc200ff01af3c7ba35475a7c8c83e127f893318.tar.bz2 mate-applets-cbc200ff01af3c7ba35475a7c8c83e127f893318.tar.xz |
accessx: Convert icons from pixbuf to cairo surfaces
This improves support for HiDPI displays. It also fixes some deprecation
warnings, adds auto-resizing, and updates the main applet icon.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2bde5c6f..fb96cd65 100644 --- a/configure.ac +++ b/configure.ac @@ -527,6 +527,10 @@ po/Makefile.in accessx-status/Makefile accessx-status/docs/Makefile accessx-status/pixmaps/Makefile +accessx-status/pixmaps/16x16/Makefile +accessx-status/pixmaps/24x24/Makefile +accessx-status/pixmaps/32x32/Makefile +accessx-status/pixmaps/48x48/Makefile drivemount/Makefile drivemount/help/Makefile drivemount/org.mate.drivemount.gschema.xml |