diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-05 00:37:13 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-05 00:37:13 -0700 |
| commit | 9daffd37236469e8089e3c12207c449b4db09e92 (patch) | |
| tree | 9d844e0ff0e3f580212a2dde0465ed81d8f6cdc8 /rt/include | |
| parent | fafcdc6fed80652aa76555b40f77328e8994a172 (diff) | |
| download | montis-9daffd37236469e8089e3c12207c449b4db09e92.tar.gz montis-9daffd37236469e8089e3c12207c449b4db09e92.tar.bz2 montis-9daffd37236469e8089e3c12207c449b4db09e92.zip | |
[feat] add focusing and better dragging.
Diffstat (limited to 'rt/include')
| -rw-r--r-- | rt/include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/include/util.h b/rt/include/util.h index b477113..a9c290d 100644 --- a/rt/include/util.h +++ b/rt/include/util.h @@ -9,5 +9,6 @@ void *montis_plugin_toplevel_at(void *ctx, double lx, double ly); void montis_plugin_get_toplevel_position(void *toplevel, double *x, double *y); void montis_plugin_set_toplevel_position(void *toplevel, double x, double y); +void montis_plugin_focus_toplevel(void *toplevel); #endif /* MONTIS_UTIL_H */ |