mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 12:02:30 +00:00
refactor(gx): name all function parameters in header
This commit is contained in:
parent
6bb67d8a44
commit
b6ee76054f
2 changed files with 54 additions and 55 deletions
|
|
@ -273,7 +273,7 @@ void CGxDevice::DeviceSetCurWindow(const CRect& rect) {
|
|||
this->m_curWindowRect = rect;
|
||||
}
|
||||
|
||||
void CGxDevice::DeviceSetDefWindow(CRect const& rect) {
|
||||
void CGxDevice::DeviceSetDefWindow(const CRect& rect) {
|
||||
this->m_defWindowRect = rect;
|
||||
this->DeviceSetCurWindow(rect);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue