From f5c2d6d3798fdc70c8bbc5d8205cf20e2b2a7cd3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Feb 2008 22:49:55 -0500 Subject: Make ObPrompt windows get managed as clients, and make them able to reconfigure as well. --- openbox/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/window.c') diff --git a/openbox/window.c b/openbox/window.c index 88a727df..c8951741 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -193,7 +193,7 @@ void window_manage(Window win) dock_manage(icon_win, win); } else - client_manage(win); + client_manage(win, NULL); } else { grab_server(FALSE); -- cgit v1.2.3