summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/IconBag.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/PixelPaint/IconBag.h')
-rw-r--r--Userland/Applications/PixelPaint/IconBag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Applications/PixelPaint/IconBag.h b/Userland/Applications/PixelPaint/IconBag.h
index 0eaf124422..37327dff66 100644
--- a/Userland/Applications/PixelPaint/IconBag.h
+++ b/Userland/Applications/PixelPaint/IconBag.h
@@ -37,6 +37,8 @@ struct IconBag final {
RefPtr<Gfx::Bitmap> active_layer_down { nullptr };
RefPtr<Gfx::Bitmap> delete_layer { nullptr };
RefPtr<Gfx::Bitmap> merge_visible { nullptr };
+ RefPtr<Gfx::Bitmap> merge_active_layer_up { nullptr };
+ RefPtr<Gfx::Bitmap> merge_active_layer_down { nullptr };
RefPtr<Gfx::Bitmap> filter { nullptr };
};
}