X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Ftime.h;h=5acc15ef7360e26cae13d3ff1824044311bd5282;hb=98c3bd9c080667ee1bf46e69e625678983a52c47;hp=ef82b90a3b9f4ebd08627151319c922c85bfb669;hpb=334e15ce6c4d9b1f30a168a55e7ef4d31320d568;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/time.h b/synfig-core/trunk/src/synfig/time.h index ef82b90..5acc15e 100644 --- a/synfig-core/trunk/src/synfig/time.h +++ b/synfig-core/trunk/src/synfig/time.h @@ -55,7 +55,8 @@ public: FORMAT_NORMAL=0, //!< Represents the default method of printing the time FORMAT_NOSPACES=(1<<0), //!< Remove any whitespace FORMAT_FULL=(1<<1), //!< Do not remove units that have "zero" value - FORMAT_VIDEO=(1<<2), //!< Use the HH:MM:SS.ff format + FORMAT_VIDEO=(1<<2), //!< Use the HH:MM:SS.FF format + FORMAT_FRAMES=(1<<3), //!< Use the FF format (frames only) FORMAT_END=(1<<4) //!< \internal Not used }; // END of enum Format