X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fvideomode.cpp;h=888cad824d318a4a3a22f783cce88054745440a8;hb=9bc0825e93b1385a4aaf9f90d666a1ac409ffb17;hp=5c9e821449c14b966b75562da13417fdcea615e8;hpb=89ec4c335953556ca069960adf6ea3a5dc3bb499;p=libs%2Fgui.git diff --git a/source/graphics/videomode.cpp b/source/graphics/videomode.cpp index 5c9e821..888cad8 100644 --- a/source/graphics/videomode.cpp +++ b/source/graphics/videomode.cpp @@ -10,6 +10,7 @@ unsupported_video_mode::unsupported_video_mode(const VideoMode &mode): VideoMode::VideoMode(): + index(0), monitor(0), width(0), height(0), @@ -17,6 +18,7 @@ VideoMode::VideoMode(): { } VideoMode::VideoMode(unsigned w, unsigned h): + index(0), monitor(0), width(w), height(h),