ui: tweak...pingu...

This commit is contained in:
Alastair Poole 2020-11-12 04:08:10 +00:00
parent 714470e020
commit 98eac5b7c8
3 changed files with 2 additions and 2 deletions

BIN
data/images/linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -10,5 +10,5 @@ install_data('go-up.png', 'go-down.png',
'sky_04.jpg', 'effects.png', 'info.png',
'clo.png', 'bolt.png', 'menu.png',
'lovethisdogharvey.png', 'application.png',
'e.png', 'border.png', 'freebsd.png',
'e.png', 'border.png', 'freebsd.png', 'linux.png',
install_dir: join_paths(dir_data, 'evisum/images'))

View File

@ -365,7 +365,7 @@ _process_list_linux_get(void)
p->nice = st.nice;
p->priority = st.pri;
p->numthreads = st.numthreads;
if (st->flags & PF_KTHREAD)
if (st.flags & PF_KTHREAD)
p->is_kernel = 1;
_mem_size(p);
_cmd_args(p, st.name, sizeof(st.name));