From bd5b523b4907eaa3479424bb95c6eba8dcc85369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 9 Oct 2002 13:06:01 +0000 Subject: Fix get/set_wm_state(), we have to get the same data (size) that was set. --- tools/aewm-drakx/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aewm-drakx/client.c') diff --git a/tools/aewm-drakx/client.c b/tools/aewm-drakx/client.c index 8db6b2151..905fd4fbc 100644 --- a/tools/aewm-drakx/client.c +++ b/tools/aewm-drakx/client.c @@ -34,7 +34,7 @@ void set_focus_on(Window w) * this property. Does this goof up on 64 bit systems? */ void set_wm_state(Client *c, int state) { - CARD32 data[2]; + long data[2]; data[0] = state; data[1] = None; /* Icon? We don't need no steenking icon. */ -- cgit v1.2.1