aboutsummaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11.h b/x11.h
index b65310b..daf6aff 100644
--- a/x11.h
+++ b/x11.h
@@ -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);