Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
surface: fix WLR_SURFACE_STATE_BUFFER_DAMAGE value
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jun 28, 2018
1 parent ac30d04 commit 6d546ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wlr/types/wlr_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
enum wlr_surface_state_field {
WLR_SURFACE_STATE_BUFFER = 1,
WLR_SURFACE_STATE_SURFACE_DAMAGE = 2,
WLR_SURFACE_STATE_BUFFER_DAMAGE = 2,
WLR_SURFACE_STATE_BUFFER_DAMAGE = 4,
WLR_SURFACE_STATE_OPAQUE_REGION = 8,
WLR_SURFACE_STATE_INPUT_REGION = 16,
WLR_SURFACE_STATE_TRANSFORM = 32,
Expand Down

0 comments on commit 6d546ea

Please sign in to comment.