summaryrefslogtreecommitdiff
path: root/src/include/xprops.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2022-10-02 22:35:01 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2022-10-03 12:04:20 +0300
commit3396ec611e48b0a1063ce07cf05247424564693d (patch)
treeb282f596420540399892113cd1434efadfe66669 /src/include/xprops.h
parentdc4f38fcea194897ac49dc93b24607498dc01ea6 (diff)
downloadmetacity-3396ec611e48b0a1063ce07cf05247424564693d.tar.gz
xprops: simplify size_hints_from_results
Diffstat (limited to 'src/include/xprops.h')
-rw-r--r--src/include/xprops.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/xprops.h b/src/include/xprops.h
index cb3f28d8..02179200 100644
--- a/src/include/xprops.h
+++ b/src/include/xprops.h
@@ -151,11 +151,7 @@ typedef struct
int n_counters;
} xcounter_list;
- struct
- {
- XSizeHints *hints;
- unsigned long flags;
- } size_hints;
+ XSizeHints *size_hints;
struct
{