refactor: update cursor shape manager version to 2
Update the version number of the CURSOR_SHAPE_MANAGER_V1 protocol from 1 to 2 to reflect recent implementation changes and ensure protocol version consistency across components. refactor: 更新光标形状管理器版本至 2 将 CURSOR_SHAPE_MANAGER_V1 协议的版本号从 1 更新至 2,以反映最近的实现更 改,并确保组件间的协议版本一致性。
This commit is contained in:
parent
bba9eca457
commit
795309a4aa
|
|
@ -10,7 +10,7 @@
|
|||
#include <qwseat.h>
|
||||
#include <qwdisplay.h>
|
||||
|
||||
#define CURSOR_SHAPE_MANAGER_V1_VERSION 1
|
||||
#define CURSOR_SHAPE_MANAGER_V1_VERSION 2
|
||||
|
||||
WAYLIB_SERVER_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue