ultimatepp/uppsrc/CtrlCore/CocoTop.h
cxl 5855d84ee7 CtrlCore: Cocoa font features (RenderCharSys, GetData), Draw: Font caching optimized, Core: FoldHash function
git-svn-id: svn://ultimatepp.org/upp/trunk@12177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-21 12:42:55 +00:00

8 lines
No EOL
138 B
C

//$ class TopWindow {
protected:
friend struct MMImp;
dword GetMMStyle() const;
virtual void MMClose() { WhenClose(); }
//$ };