From 5e5fdb1666ac4877ca4d26f5ca565a299bc4cc42 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 08:10:51 +0000 Subject: make the client destructor a GDestroyNotify --- openbox/moveresize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/moveresize.c') diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 95e59587..82a9dec8 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -28,9 +28,9 @@ static ObCorner lockcorner; static Popup *popup = NULL; -static void client_dest(ObClient *c) +static void client_dest(gpointer client) { - if (moveresize_client == c) + if (moveresize_client == client) moveresize_end(TRUE); } -- cgit v1.2.3