ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/src/backend/ndk/frame.cpp
(Generate patch)

Comparing deliantra/dclient/src/backend/ndk/frame.cpp (file contents):
Revision 1.2 by sf-pippijn, Tue Oct 19 09:45:08 2010 UTC vs.
Revision 1.3 by sf-pippijn, Wed Oct 20 08:33:42 2010 UTC

38ndk::frame::padding () const 38ndk::frame::padding () const
39{ 39{
40 return 1; 40 return 1;
41} 41}
42 42
43std::string const &
44ndk::frame::title () const
45{
46 return title_;
47}
48
43void 49void
44ndk::frame::set_title (std::string const &title) 50ndk::frame::set_title (std::string const &title)
45{ 51{
46 title_ = title; 52 title_ = title;
47} 53}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines