mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
compositor: adjust surface_state_move() comment
This commit is contained in:
parent
da5f53b461
commit
cd157a0bd9
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ static void surface_update_damage(pixman_region32_t *buffer_damage,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Append pending state to current state and clear pending state.
|
* Overwrite state with a copy of the next state, then clear the next state.
|
||||||
*/
|
*/
|
||||||
static void surface_state_move(struct wlr_surface_state *state,
|
static void surface_state_move(struct wlr_surface_state *state,
|
||||||
struct wlr_surface_state *next) {
|
struct wlr_surface_state *next) {
|
||||||
|
|
Loading…
Reference in a new issue