mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	CI: Update versions.
Backends: GLFW: Warning fix under Linux.
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,7 +21,7 @@ jobs: | ||||
|       VS_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\ | ||||
|       MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\ | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Install Dependencies | ||||
|         shell: powershell | ||||
| @@ -207,9 +207,9 @@ jobs: | ||||
|         run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_win32_directx12/example_win32_directx12.vcxproj /p:Platform=x64 /p:Configuration=Release' | ||||
|  | ||||
|   Linux: | ||||
|     runs-on: ubuntu-20.04 | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|  | ||||
|     - name: Install Dependencies | ||||
|       run: | | ||||
| @@ -402,7 +402,7 @@ jobs: | ||||
|   MacOS: | ||||
|     runs-on: macos-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|  | ||||
|     - name: Install Dependencies | ||||
|       run: | | ||||
| @@ -462,7 +462,7 @@ jobs: | ||||
|   iOS: | ||||
|     runs-on: macos-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|  | ||||
|     - name: Build example_apple_metal | ||||
|       run: | | ||||
| @@ -470,9 +470,9 @@ jobs: | ||||
|         xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_ios CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | ||||
|  | ||||
|   Emscripten: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|  | ||||
|     - name: Install Dependencies | ||||
|       run: | | ||||
| @@ -497,9 +497,9 @@ jobs: | ||||
|         make -C examples/example_emscripten_wgpu | ||||
|  | ||||
|   Android: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|  | ||||
|     - name: Build example_android_opengl3 | ||||
|       run: | | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/static-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/static-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,9 +10,9 @@ on: | ||||
|  | ||||
| jobs: | ||||
|   PVS-Studio: | ||||
|     runs-on: ubuntu-20.04 | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v1 | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
|           fetch-depth: 1 | ||||
|  | ||||
|   | ||||
| @@ -556,6 +556,8 @@ static bool ImGui_ImplGlfw_Init(GLFWwindow* window, bool install_callbacks, Glfw | ||||
|     main_viewport->PlatformHandleRaw = glfwGetWin32Window(bd->Window); | ||||
| #elif defined(__APPLE__) | ||||
|     main_viewport->PlatformHandleRaw = (void*)glfwGetCocoaWindow(bd->Window); | ||||
| #else | ||||
|     IM_UNUSED(main_viewport); | ||||
| #endif | ||||
|  | ||||
|     bd->ClientApi = client_api; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user