X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fgraphics%2Fvideomode.cpp;h=d9c20794da611a492bf1e588d599211f84213604;hb=b99a9eb342d0f6ba5509c6d9f8ab0b0b5d5d2979;hp=dfd002ed83a54798772a8d3b43ee468e7ae00389;hpb=30cab36b531f6efddca07c3fe9a6b1b81ca42bde;p=libs%2Fgui.git diff --git a/source/graphics/videomode.cpp b/source/graphics/videomode.cpp index dfd002e..d9c2079 100644 --- a/source/graphics/videomode.cpp +++ b/source/graphics/videomode.cpp @@ -9,22 +9,9 @@ unsupported_video_mode::unsupported_video_mode(const VideoMode &mode): { } -VideoMode::VideoMode(): - index(0), - monitor(0), - width(0), - height(0), - rate(0), - rotation(ROTATE_ANY) -{ } - VideoMode::VideoMode(unsigned w, unsigned h): - index(0), - monitor(0), width(w), - height(h), - rate(0), - rotation(ROTATE_ANY) + height(h) { } } // namespace Graphics