diff options
author | Victor Kareh <[email protected]> | 2018-04-30 22:02:05 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:34:25 +0200 |
commit | 311ae4eb6690a2d089014622bd340aa79a33409c (patch) | |
tree | 266333cffb7425143f620e87cb2a26854d41653a /battstat | |
parent | e83811d07c2b598ebe46f9e54cb9dbcc1ea87f18 (diff) | |
download | mate-applets-311ae4eb6690a2d089014622bd340aa79a33409c.tar.bz2 mate-applets-311ae4eb6690a2d089014622bd340aa79a33409c.tar.xz |
Convert applet icons from pixbuf to surfaces
This improves support for HiDPI by loading properly scaled surfaces for applets.
Diffstat (limited to 'battstat')
-rw-r--r-- | battstat/battstat_applet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index 71e3c76a..b98bbf8c 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -214,6 +214,7 @@ static GdkColor darkred[] = { their XPM format (as stored in pixmaps.h). This should only be done once since they are global variables. */ +/* FIXME: We should be using named icons here... */ static void initialise_global_pixmaps( void ) { |