mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-07 14:22:32 -06:00
Developint newdraw
git-svn-id: svn://ultimatepp.org/upp/trunk@1357 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
98df0b46db
commit
f3ab8a877f
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ public:
|
|||
width == f.width && height == f.height; }
|
||||
bool operator!=(Font f) const { return !operator==(f); }
|
||||
|
||||
dword GetHashValue() const { return MAKELONG(flags, width) ^ MAKELONG(face, height); }
|
||||
dword GetHashValue() const { return CombineHash(width, flags, height, face); }
|
||||
bool IsNull() const { return face == 0xffff; }
|
||||
|
||||
Font() { height = width = 0; face = flags = 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue