diff options
Diffstat (limited to 'x11.h')
| -rw-r--r-- | x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ 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_move(Window *win, int x, int y); void window_resize(Window *win, int width, int height); |
