From 0c1f75ee4b354b4858cc49f7d9db7939a7749ba0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 29 Oct 2008 01:29:43 +0100 Subject: [PATCH] Typo in comment. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 1d78a658..77f046e0 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2220,7 +2220,7 @@ void client_update_icons(ObClient *self) */ if (!self->icon_set && !self->parents) { RrPixel32 *icon = ob_rr_theme->def_win_icon; - gulong *ldata; /* use a long here to satisfy OBT_PROP_SETA32 */ + gulong *ldata; /* use a long here to satisfy PROP_SETA32 */ w = ob_rr_theme->def_win_icon_w; h = ob_rr_theme->def_win_icon_h; -- 2.34.1