File: 0009-Overlay-update-imgui-to-1.83.patch

package info (click to toggle)
ogre-1.12 1.12.10%2Bdfsg2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,248 kB
  • sloc: cpp: 296,806; ansic: 46,900; lex: 3,682; yacc: 1,589; python: 1,297; makefile: 76; sh: 5
file content (20 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Pavel Rojtberg <rojtberg@gmail.com>
Date: Wed, 11 Aug 2021 21:54:05 +0200
Subject: Overlay: update imgui to 1.83

---
 Components/Overlay/include/OgreOverlay.i | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Components/Overlay/include/OgreOverlay.i b/Components/Overlay/include/OgreOverlay.i
index 957b6cc..8bdfe16 100644
--- a/Components/Overlay/include/OgreOverlay.i
+++ b/Components/Overlay/include/OgreOverlay.i
@@ -99,6 +99,7 @@ SHARED_PTR(TextAreaOverlayElement);
 %ignore ImGui::TextDisabledV;
 %ignore ImGui::TextWrappedV;
 %ignore ImGui::LabelTextV;
+%ignore ImGui::LogTextV;
 %ignore ImGui::BulletTextV;
 %ignore ImGui::TreeNodeV;
 %ignore ImGui::TreeNodeExV;