summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-19 03:24:47 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-04-30 01:05:30 +0300
commitfbe4ece42047932e8a16c2eb3dbc12e615775b11 (patch)
tree92fe561ca5e8865e4764d2abd1e5e2eb51710826 /src/include
parent44fd2beed4446ed72f12a5f22961d3cc748fd939 (diff)
downloadmetacity-fbe4ece42047932e8a16c2eb3dbc12e615775b11.tar.gz
libmetacity: remove shade, stick and above buttons
1) These buttons are broken with default GTK theme. As nobody has reported bug I assume these buttons are unused. GTK is default theme type since 3.2.0. 2) These buttons are not supported by client side decorated windows. 3) Few Metacity themes I checked had no icons for these buttons. They had empty draw_ops... 4) These buttons has been removed also from Mutter. Functionality itself is not removed! Still available using window menu and/or keybindings.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 3399b2ea..3027c106 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -116,13 +116,7 @@ typedef enum
META_GRAB_OP_CLICKING_MAXIMIZE,
META_GRAB_OP_CLICKING_UNMAXIMIZE,
META_GRAB_OP_CLICKING_DELETE,
- META_GRAB_OP_CLICKING_MENU,
- META_GRAB_OP_CLICKING_SHADE,
- META_GRAB_OP_CLICKING_UNSHADE,
- META_GRAB_OP_CLICKING_ABOVE,
- META_GRAB_OP_CLICKING_UNABOVE,
- META_GRAB_OP_CLICKING_STICK,
- META_GRAB_OP_CLICKING_UNSTICK
+ META_GRAB_OP_CLICKING_MENU
} MetaGrabOp;
typedef enum