aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-client-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core/mb-wm-client-base.c')
-rw-r--r--matchbox/core/mb-wm-client-base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/core/mb-wm-client-base.c b/matchbox/core/mb-wm-client-base.c
index daa679d..4dbf7a7 100644
--- a/matchbox/core/mb-wm-client-base.c
+++ b/matchbox/core/mb-wm-client-base.c
@@ -299,7 +299,7 @@ mb_wm_client_base_set_state_props (MBWindowManagerClient *c)
Window xwin = c->window->xwindow;
MBWindowManager *wm = c->wmref;
Display *xdpy = wm->xdpy;
- CARD32 card32[2];
+ long card32[2];
Atom ewmh_state [MBWMClientWindowEWHMStatesCount];
int ewmh_i = 0;
@@ -493,7 +493,7 @@ mb_wm_client_base_display_sync (MBWindowManagerClient *client)
if (mb_wm_client_needs_geometry_sync (client))
{
int x, y, w, h;
- CARD32 wgeom[4];
+ long wgeom[4];
mb_wm_util_trap_x_errors();