From 25679031f3166d4afd28d4f17b454566809e2d33 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 22 Sep 2013 11:08:17 +1000 Subject: [PATCH] In xrestop_client_get_info() show xrestop's own pid. --- xrestop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xrestop.c b/xrestop.c index 6af2030..154bed6 100644 --- a/xrestop.c +++ b/xrestop.c @@ -385,6 +385,7 @@ xrestop_client_get_info(XResTopApp *app, XResTopClient *client) == (app->win_dummy & ~client->resource_mask) ) { client->identifier = strdup("xrestop"); + client->pid = getpid(); return; } -- 1.8.3.2