revert _currentMode back to the way it should be
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6091174371
commit
45aa6cb6a2
@ -293,7 +293,7 @@ radeon_get_display_mode(display_mode *_currentMode)
|
||||
{
|
||||
TRACE("%s\n", __func__);
|
||||
|
||||
_currentMode = &sDisplayMode;
|
||||
*_currentMode = sDisplayMode;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user