summaryrefslogtreecommitdiffstats
path: root/twin/options.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2023-07-12 11:54:45 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 14:04:11 +0900
commita64c48384870e07d06bc87ff14dfe711e2922f74 (patch)
treef03006fe0745766a460d272ddc215431bd7cd333 /twin/options.h
parent3515607e5ac48686510e60e2e67e4bc15ff03e46 (diff)
downloadtdebase-a64c48384870e07d06bc87ff14dfe711e2922f74.tar.gz
tdebase-a64c48384870e07d06bc87ff14dfe711e2922f74.zip
twin: Add opaque tiling option
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit bc6893644c1ae2dc82c9a30b5c1d6cb3d0f193e1)
Diffstat (limited to 'twin/options.h')
-rw-r--r--twin/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/twin/options.h b/twin/options.h
index 3227e57d7..41d1340a7 100644
--- a/twin/options.h
+++ b/twin/options.h
@@ -147,8 +147,9 @@ class Options : public KDecorationOptions
*/
enum MoveResizeMode { Transparent, Opaque };
- MoveResizeMode resizeMode;
MoveResizeMode moveMode;
+ MoveResizeMode resizeMode;
+ MoveResizeMode tilingMode;
static MoveResizeMode stringToMoveResizeMode( const TQString& s );
static const char* moveResizeModeToString( MoveResizeMode mode );