File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ public class Gala.Barrier : Object {
1111
1212 public bool triggered { get ; set ; default = false ; }
1313
14- public int trigger_pressure_threshold { get ; construct; }
15- public int release_pressure_threshold { get ; construct; }
16- public int retrigger_pressure_threshold { get ; construct; }
14+ public double trigger_pressure_threshold { get ; construct; }
15+ public double release_pressure_threshold { get ; construct; }
16+ public double retrigger_pressure_threshold { get ; construct; }
1717 public int retrigger_delay { get ; construct; }
1818
1919 private Meta . Barrier barrier;
@@ -34,9 +34,9 @@ public class Gala.Barrier : Object {
3434 int x2 ,
3535 int y2 ,
3636 Meta .BarrierDirection directions ,
37- int trigger_pressure_threshold ,
38- int release_pressure_threshold ,
39- int retrigger_pressure_threshold ,
37+ double trigger_pressure_threshold ,
38+ double release_pressure_threshold ,
39+ double retrigger_pressure_threshold ,
4040 int retrigger_delay
4141 ) {
4242 Object (
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public class Gala.HideTracker : Object {
334334 monitor_geom. x + monitor_geom. width - offset,
335335 monitor_geom. y + monitor_geom. height,
336336 NEGATIVE_Y ,
337- 0 ,
337+ 2.5 ,
338338 0 ,
339339 int . MAX ,
340340 int . MAX
You can’t perform that action at this time.
0 commit comments