~poelzi/ulatencyd/master

« back to all changes in this revision

Viewing changes to src/ufocusstack.c

  • Committer: Daniel Poelzleithner
  • Date: 2016-07-01 19:42:07 UTC
  • mfrom: (454.5.7)
  • Revision ID: git-v1:45a2fa0e452f548053dfdd3d0456512363a05a06
Merge remote-tracking branch 'origin/0.6.0-alpha.2.x'

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
  stack->last_change = time (NULL);
235
235
 
236
236
  /* update process flags according their position and trim the list */
237
 
  pos++;
238
237
  llink = update_stack_list (llink, pos, stack->max_count - 1);
239
238
  g_assert (llink); // the list must contain at least the currently added PID
240
239
  if (llink->prev)