mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
layout: Export PressureBarrier
It's an utility function that extensions can use to create pointer barriers, so export it to allow wider usage Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2900>
This commit is contained in:
parent
49464e3c7a
commit
b5960af2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1299,7 +1299,7 @@ class HotCorner extends Clutter.Actor {
|
|||
}
|
||||
});
|
||||
|
||||
class PressureBarrier extends Signals.EventEmitter {
|
||||
export class PressureBarrier extends Signals.EventEmitter {
|
||||
constructor(threshold, timeout, actionMode) {
|
||||
super();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue