]> Dogcows Code - chaz/openbox/commitdiff
use the macro
authorDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 16:10:06 +0000 (16:10 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 16:10:06 +0000 (16:10 +0000)
openbox/client.c

index 697b6d8a7d86d4a2bf2c287cea2f4d8de48b66f5..a6830193fa591fee71ada7348d09d19d0966e421 100644 (file)
@@ -425,8 +425,8 @@ void client_unmanage(ObClient *self)
     if (ob_state() != OB_STATE_EXITING) {
        /* these values should not be persisted across a window
           unmapping/mapping */
-       prop_erase(self->window, prop_atoms.net_wm_desktop);
-       prop_erase(self->window, prop_atoms.net_wm_state);
+       PROP_ERASE(self->window, net_wm_desktop);
+       PROP_ERASE(self->window, net_wm_state);
     } else {
        /* if we're left in an iconic state, the client wont be mapped. this is
           bad, since we will no longer be managing the window on restart */
This page took 0.027616 seconds and 4 git commands to generate.