Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-01-17 05:55:59 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-01-17 05:55:59 +0300
commit1faac996b2f39b46684212dcf37bf12eda4efb0e (patch)
treec11b4841a7ba200971b9ee3012bcbda80e2600b7 /overlay/overlay.h
parente90dd48ea8a5366b1c1bc59c6fa849349420c749 (diff)
Support simultaneous overlay in multiple applications.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1443 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'overlay/overlay.h')
-rw-r--r--overlay/overlay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/overlay.h b/overlay/overlay.h
index eeac9b632..f84f41500 100644
--- a/overlay/overlay.h
+++ b/overlay/overlay.h
@@ -39,13 +39,13 @@
#define OVERLAY_VERSION_MAJ 1
#define OVERLAY_VERSION_MIN 1
-#define OVERLAY_VERSION_PATCH 4
+#define OVERLAY_VERSION_PATCH 7
#define OVERLAY_VERSION_SUB 0
struct TextEntry {
unsigned int color;
wchar_t text[128];
- bool bUpdated;
+ unsigned int uiCounter;
short width;
unsigned char texture[TEXTURE_SIZE];
};