From 80a6f06c0a3d6de2c7d94066c5a9764b97a600af Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 2 Mar 2007 06:01:16 +0000 Subject: support clients which use true transparency 32-bit visuals. this requires that when a client is using a 32-bit visual, we have to make the frame windows that sit underneath it to use the same visual (and a colormap which matches it) --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index efd5dbc9..056a9780 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -312,7 +312,7 @@ void client_manage(Window window) XChangeSaveSet(ob_display, window, SetModeInsert); /* create the decoration frame for the client window */ - self->frame = frame_new(); + self->frame = frame_new(self); frame_grab_client(self->frame, self); -- cgit v1.2.3