マウスオーバー効果の完了

This commit is contained in:
2026-01-22 00:06:09 +09:00
parent dd3be3a555
commit e273c38ade
4 changed files with 21 additions and 2 deletions

View File

@@ -334,6 +334,8 @@ __attribute__((unused)) static SuwaWindow suwaui_create_window(int x, int y, int
| KeyPressMask
| PointerMotionMask
| Button1MotionMask
| EnterWindowMask
| LeaveWindowMask
// | StructureNotifyMask
);