From 069e9607fa433190307bb8242294a109e88165de Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 18:59:35 +0000 Subject: add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client. --- openbox/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index bfce4a7d..2720de91 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -37,6 +37,7 @@ typedef struct Frame { Strut size; Rect area; gboolean visible; + int decorations; Window title; Window label; -- cgit v1.2.3