diff options
-rw-r--r-- | tools/aewm-drakx/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |