From 99e23015cf2b7780f4a684669008ae38abe62932 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 22:31:36 +0000 Subject: rename the openbox_* atoms back to ob_* --- openbox/prop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 8f81eff0..a1d9f52e 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -190,10 +190,10 @@ typedef struct Atoms { /* Openbox specific atoms */ - Atom openbox_wm_state_undecorated; - Atom openbox_pid; - Atom openbox_config; - Atom openbox_control; + Atom ob_wm_state_undecorated; + Atom ob_pid; /* this is depreecated in favour of ob_control */ + Atom ob_config; + Atom ob_control; } Atoms; Atoms prop_atoms; -- cgit v1.2.3