summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinoptions/windows.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2023-06-22 19:34:06 +0300
committerMavridis Philippe <[email protected]>2023-07-04 15:28:28 +0300
commite4d35cab44f278b3f3a82906a55c06a150da0ae5 (patch)
treee73ccdea23e05fd5fd369ded0af9e7793ed76caa /twin/kcmtwin/twinoptions/windows.h
parent87b9269efb6aa965c1979972be7bdb045ef1ea58 (diff)
downloadtdebase-e4d35cab44f278b3f3a82906a55c06a150da0ae5.tar.gz
tdebase-e4d35cab44f278b3f3a82906a55c06a150da0ae5.zip
TWin: Add active corner support to quick tiling
Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 5b1934dd5dc3245fcfd4a771fd45ed30dcaace54)
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r--twin/kcmtwin/twinoptions/windows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h
index 435bd0521..63bf75331 100644
--- a/twin/kcmtwin/twinoptions/windows.h
+++ b/twin/kcmtwin/twinoptions/windows.h
@@ -228,8 +228,10 @@ private:
int getActiveBorders( void );
int getActiveBorderDelay();
+ int getActiveBorderDistance();
void setActiveBorders( int );
void setActiveBorderDelay( int );
+ void setActiveBorderDistance( int );
TQButtonGroup *active_box;
TQRadioButton *active_disable;
@@ -238,6 +240,7 @@ private:
TQRadioButton *active_tile;
TQCheckBox *active_maximize;
KIntNumInput *delays;
+ KIntNumInput *distance;
TQWidget *active_desktop_conf;
TQWidget *active_tile_conf;