X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fvideomode.cpp;h=d9c20794da611a492bf1e588d599211f84213604;hb=3c5bbaeadb33d288c0f9e487b52904b7ed7e4319;hp=5c9e821449c14b966b75562da13417fdcea615e8;hpb=89ec4c335953556ca069960adf6ea3a5dc3bb499;p=libs%2Fgui.git diff --git a/source/graphics/videomode.cpp b/source/graphics/videomode.cpp index 5c9e821..d9c2079 100644 --- a/source/graphics/videomode.cpp +++ b/source/graphics/videomode.cpp @@ -1,5 +1,5 @@ -#include #include "videomode.h" +#include namespace Msp { namespace Graphics { @@ -9,18 +9,9 @@ unsupported_video_mode::unsupported_video_mode(const VideoMode &mode): { } -VideoMode::VideoMode(): - monitor(0), - width(0), - height(0), - rate(0) -{ } - VideoMode::VideoMode(unsigned w, unsigned h): - monitor(0), width(w), - height(h), - rate(0) + height(h) { } } // namespace Graphics