From e6d33facc8f02a068f62b4f60c2872589b620dab Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Jan 2008 22:13:16 -0500 Subject: when you close an app and it stops responding.. if you hit close again, it will try kill -TERM. if that fails and you close again, it will kill -9 ! (assuming the app is running on the local host and provided its PID) --- openbox/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/prop.c') diff --git a/openbox/prop.c b/openbox/prop.c index b43dcd13..c4b8baea 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -91,7 +91,7 @@ void prop_startup(void) CREATE(net_wm_strut_partial, "_NET_WM_STRUT_PARTIAL"); CREATE(net_wm_icon, "_NET_WM_ICON"); CREATE(net_wm_icon_geometry, "_NET_WM_ICON_GEOMETRY"); -/* CREATE(net_wm_pid, "_NET_WM_PID"); */ + CREATE(net_wm_pid, "_NET_WM_PID"); CREATE(net_wm_allowed_actions, "_NET_WM_ALLOWED_ACTIONS"); CREATE(net_wm_user_time, "_NET_WM_USER_TIME"); /* CREATE(net_wm_user_time_window, "_NET_WM_USER_TIME_WINDOW"); */ -- cgit v1.2.3