diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-13 20:47:28 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-13 20:47:28 +0100 |
| commit | ec91f4c1ea7b1ef10d8bbddff5d6993ba165607e (patch) | |
| tree | ee0bca2bcb184a29b1d44d12f0035d3b96858447 /x11.h | |
| parent | 818800377e039ad780ab3aa932872ab7306aae07 (diff) | |
Support wm with `xcb-ewmh`
Diffstat (limited to 'x11.h')
| -rw-r--r-- | x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ double window_get_scale(Window *win); void window_get_screen_size(Window *win, int *width, int *height); -void window_set_transparency(Window *win, double alpha); +void window_set_opacity(Window *win, double alpha); void window_move(Window *win, int x, int y); |
