Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Sep 23, 2023
1 parent b8675ca commit e28779e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Siv3D/include/Siv3D/SimpleGUI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ namespace s3d
/// @return 候補ウィンドウの領域
/// @remark この関数は Windows 版でのみ動作します。それ以外のプラットフォームでは常に `RectF{ pos, 0, 0 }` を返します。
[[nodiscard]]
RectF CandidateWindowRegion(const Vec2& pos);
RectF IMECandidateWindowRegion(const Vec2& pos);

/// @brief IME の候補ウィンドウを表示します。
/// @param pos 候補ウィンドウの左上の座標
/// @remark この関数は Windows 版でのみ動作します。それ以外のプラットフォームでは何もしません。
void CandidateWindow([[maybe_unused]] const Vec2& pos);
void IMECandidateWindow([[maybe_unused]] const Vec2& pos);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
//-----------------------------------------------

/*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
This file contains modified code from the Simple DirectMedia Layer (SDL) library.
Original copyright: Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# include <msctf.h>

/*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
This file contains modified code from the Simple DirectMedia Layer (SDL) library.
Original copyright: Copyright (C) 1997-2023 Sam Lantinga <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down

0 comments on commit e28779e

Please sign in to comment.