diff options
author | Victor Kareh <[email protected]> | 2021-06-23 07:24:20 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2023-03-07 14:24:09 -0500 |
commit | c99c8523877fd72cf53035d63c5fe0f75be7657c (patch) | |
tree | 0cd268860765e13e837765048e2c0e145b0ec965 /src/ui/draw-workspace.h | |
parent | 32f1967142a078ecdb4222c05d62c75710fb74fa (diff) | |
download | marco-c99c8523877fd72cf53035d63c5fe0f75be7657c.tar.bz2 marco-c99c8523877fd72cf53035d63c5fe0f75be7657c.tar.xz |
window: Convert all icons to cairo surfacesalt-tab-icons-hidpi
Diffstat (limited to 'src/ui/draw-workspace.h')
-rw-r--r-- | src/ui/draw-workspace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/draw-workspace.h b/src/ui/draw-workspace.h index d70568cb..ac20b137 100644 --- a/src/ui/draw-workspace.h +++ b/src/ui/draw-workspace.h @@ -34,8 +34,8 @@ typedef struct { - GdkPixbuf *icon; - GdkPixbuf *mini_icon; + cairo_surface_t *icon; + cairo_surface_t *mini_icon; int x; int y; int width; |