Add missing ConfigFlag flag argument to ClearWindowState
This commit is contained in:
parent
71610bc8e5
commit
5d266806eb
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ namespace Raylib_cs
|
||||||
|
|
||||||
// Clear window configuration state flags
|
// Clear window configuration state flags
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void ClearWindowState();
|
public static extern void ClearWindowState(ConfigFlag flag);
|
||||||
|
|
||||||
// Toggle fullscreen mode (only PLATFORM_DESKTOP)
|
// Toggle fullscreen mode (only PLATFORM_DESKTOP)
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue