Noting an observation
This commit is contained in:
@@ -118,6 +118,7 @@ void LoadingWindow_Win32::SetIcon( const RageSurface *pIcon )
|
|||||||
|
|
||||||
m_hIcon = IconFromSurface( pIcon );
|
m_hIcon = IconFromSurface( pIcon );
|
||||||
if( m_hIcon != NULL )
|
if( m_hIcon != NULL )
|
||||||
|
// XXX: GCL_HICON isn't available on x86-64 Windows
|
||||||
SetClassLong( hwnd, GCL_HICON, (LONG) m_hIcon );
|
SetClassLong( hwnd, GCL_HICON, (LONG) m_hIcon );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user