ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.316 by ayin, Wed Oct 31 09:55:23 2007 UTC vs.
Revision 1.317 by ayin, Sat Nov 3 16:43:24 2007 UTC

786 } 786 }
787}; 787};
788 788
789/****************************************************************************/ 789/****************************************************************************/
790 790
791// primivite wrapper around mbstate_t to ensure initialisation 791// primitive wrapper around mbstate_t to ensure initialisation
792struct mbstate { 792struct mbstate {
793 mbstate_t mbs; 793 mbstate_t mbs;
794 794
795 operator mbstate_t *() { return &mbs; } 795 operator mbstate_t *() { return &mbs; }
796 void reset () { memset (&mbs, 0, sizeof (mbs)); } 796 void reset () { memset (&mbs, 0, sizeof (mbs)); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines