From 79e76abb4d87601b9e549bef1d90f577f107a6c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Jun 2014 18:44:57 +0200 Subject: x11: cleanup motif hints handling It seems we can't really get rid of this. There are no other hints to remove decorations that work across all reasonable WMs, so we're stuck with the ugly motif stuff. But at least we can make the code for it less ugly. --- video/out/x11_common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 0960a15dec..72386543de 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -79,10 +79,6 @@ struct vo_x11_state { bool size_changed_during_fs; bool pos_changed_during_fs; - bool got_motif_hints; - unsigned int olddecor; - unsigned int oldfuncs; - XComposeStatus compose_status; /* XShm stuff */ -- cgit v1.2.3