|
|
@ -253,8 +253,6 @@ window_move(struct window *window, struct input *input, uint32_t time); |
|
|
|
void |
|
|
|
void |
|
|
|
window_get_allocation(struct window *window, struct rectangle *allocation); |
|
|
|
window_get_allocation(struct window *window, struct rectangle *allocation); |
|
|
|
void |
|
|
|
void |
|
|
|
window_set_transparent(struct window *window, int transparent); |
|
|
|
|
|
|
|
void |
|
|
|
|
|
|
|
window_schedule_redraw(struct window *window); |
|
|
|
window_schedule_redraw(struct window *window); |
|
|
|
void |
|
|
|
void |
|
|
|
window_schedule_resize(struct window *window, int width, int height); |
|
|
|
window_schedule_resize(struct window *window, int width, int height); |
|
|
|