ui: tweak...pingu...

master
Alastair Poole 3 years ago
parent 714470e020
commit 98eac5b7c8
  1. BIN
      data/images/linux.png
  2. 2
      data/images/meson.build
  3. 2
      src/bin/system/process.c

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -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'))

@ -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));

Loading…
Cancel
Save