]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/videomode.h
Use float rather than unsigned for refresh rate
[libs/gui.git] / source / graphics / videomode.h
index 2836e11a5c134f00d0f610b54833089efeaa04ef..a9c58bd003d1cb26c0f8c052832194cc1446bcb6 100644 (file)
@@ -32,7 +32,7 @@ struct VideoMode
        const Monitor *monitor;
        unsigned width;
        unsigned height;
-       unsigned rate;
+       float rate;
        VideoRotation rotation;
 
        VideoMode();