diff options
author | Victor Kareh <[email protected]> | 2019-07-11 00:23:18 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-13 11:13:14 +0200 |
commit | bc190e7b657f715c5dc21eda1d910d1d3c52664f (patch) | |
tree | 3b476660c96d32af2fa867d8b84156f191be6332 /src/proctable.h | |
parent | 53ea0436414263d0be7e5e2ae5c6dcfc7b9047dc (diff) | |
download | mate-system-monitor-bc190e7b657f715c5dc21eda1d910d1d3c52664f.tar.bz2 mate-system-monitor-bc190e7b657f715c5dc21eda1d910d1d3c52664f.tar.xz |
Render icons as cairo surfaces for HiDPI support
Diffstat (limited to 'src/proctable.h')
-rw-r--r-- | src/proctable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proctable.h b/src/proctable.h index a3dce05..e47c6d8 100644 --- a/src/proctable.h +++ b/src/proctable.h @@ -53,7 +53,7 @@ enum COL_DISK_WRITE_CURRENT, COL_DISK_READ_CURRENT, COL_PRIORITY, - COL_PIXBUF, + COL_SURFACE, COL_POINTER, COL_TOOLTIP, NUM_COLUMNS |