groupbar: unify title rendering

moves the text renderer to the unified opengl impl
This commit is contained in:
vaxerski 2025-01-02 17:50:55 +01:00
parent 365caa49ff
commit 81721b8aa8
4 changed files with 11 additions and 73 deletions

View file

@ -14,8 +14,7 @@ class CTitleTex {
SP<CTexture> tex;
std::string szContent;
int textWidth;
int textHeight;
Vector2D texSize;
PHLWINDOWREF pWindowOwner;
};