summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2021-06-14 08:40:35 -0400
committerVictor Kareh <[email protected]>2023-03-07 13:35:05 -0500
commitdf299574f6db9bcdccc9413f173c2dd4ceff6467 (patch)
tree73e9feadbeded2be39e8797563f4d35833bd7a99 /src/include
parent319ee4ffaae7bec3289a1a65ce9774982564cd61 (diff)
downloadmarco-df299574f6db9bcdccc9413f173c2dd4ceff6467.tar.bz2
marco-df299574f6db9bcdccc9413f173c2dd4ceff6467.tar.xz
iconcache: replace width and height with size in read_icons
meta_read_icons is used in MetaWindow. In it ideal_width and ideal_height have same value - default icon size. Same with ideal_mini_width and ideal_mini_height. Simplify function by replacing width and height parameters with size parameter. Adapted from https://gitlab.gnome.org/GNOME/libwnck/-/commit/c1460f79
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 9febd63c..05692f7b 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -323,8 +323,7 @@ void meta_frame_borders_clear (MetaFrameBorders *self);
#define META_MIN_ICON_SIZE 8
#define META_MAX_ICON_SIZE 256
-#define META_MINI_ICON_WIDTH 16
-#define META_MINI_ICON_HEIGHT 16
+#define META_MINI_ICON_SIZE 16
#define META_DEFAULT_ICON_NAME "preferences-desktop-theme"