aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authorokan2013-07-15 23:51:59 +0000
committerokan2013-07-15 23:51:59 +0000
commit70bc290910a7e56dfab0964126616ef9ac5192a8 (patch)
tree0ccf279ba385566418b69ab06d3e5cf3957e15f2 /xutil.c
parentb048dc85890003b1b2048f6b6ba9733e578d6478 (diff)
downloadcwm-70bc290910a7e56dfab0964126616ef9ac5192a8.tar.gz
collapse lines
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xutil.c b/xutil.c
index 29e21da..a6e7792 100644
--- a/xutil.c
+++ b/xutil.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xutil.c,v 1.72 2013/07/15 14:50:44 okan Exp $
+ * $OpenBSD: xutil.c,v 1.73 2013/07/15 23:51:59 okan Exp $
*/
#include <sys/param.h>
@@ -177,8 +177,7 @@ xu_set_wm_state(Window win, int state)
dat[0] = state;
dat[1] = None;
- XChangeProperty(X_Dpy, win,
- cwmh[WM_STATE], cwmh[WM_STATE], 32,
+ XChangeProperty(X_Dpy, win, cwmh[WM_STATE], cwmh[WM_STATE], 32,
PropModeReplace, (unsigned char *)dat, 2);
}