summaryrefslogtreecommitdiff
path: root/src/proctable.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-18 21:30:25 +0100
committerinfirit <[email protected]>2014-12-18 21:31:13 +0100
commit6034caada16eab3b07e090c0f2b29a1a3dd9d105 (patch)
tree8d7d47e968444258975bdd887821f7694241451d /src/proctable.h
parentad78931540508c4f3d52d938852c47086ce7b03f (diff)
downloadmate-system-monitor-6034caada16eab3b07e090c0f2b29a1a3dd9d105.tar.bz2
mate-system-monitor-6034caada16eab3b07e090c0f2b29a1a3dd9d105.tar.xz
Priority column to the process table to show user-friendly nice values
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
Diffstat (limited to 'src/proctable.h')
-rw-r--r--src/proctable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proctable.h b/src/proctable.h
index 0811c61..5a24803 100644
--- a/src/proctable.h
+++ b/src/proctable.h
@@ -44,6 +44,7 @@ enum
COL_MEM,
COL_WCHAN,
COL_CGROUP,
+ COL_PRIORITY,
COL_PIXBUF,
COL_POINTER,
COL_TOOLTIP,