This commit is contained in:
Gregory 2024-06-28 17:24:49 -05:00 committed by GitHub
commit 00db20b59f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class CPointerConstraint {
bool active = false;
bool locked = false;
bool dead = false;
zwpPointerConstraintsV1Lifetime lifetime = ZWP_POINTER_CONSTRAINTS_V1_LIFETIME_ONESHOT;
zwpPointerConstraintsV1Lifetime lifetime = ZWP_POINTER_CONSTRAINTS_V1_LIFETIME_PERSISTENT;
void sharedConstructions();
void onSetRegion(wl_resource* region);
@ -78,4 +78,4 @@ class CPointerConstraintsProtocol : public IWaylandProtocol {
namespace PROTO {
inline UP<CPointerConstraintsProtocol> constraints;
};
};