From: Axel S. <A....@ke...> - 2007-11-19 19:46:14
|
Sun Nov 18 04:26:30 PST 2007 Bit Connor <bi...@mu...> * Add Gdk Event related 'currentTime' function (binding to GDK_CURRENT_TIME) hunk ./gtk/Graphics/UI/Gtk/Gdk/Events.hsc 30 + currentTime, hunk ./gtk/Graphics/UI/Gtk/Gdk/Events.hsc 138 +-- | Represents the current time, and can be used anywhere a time is expected. +currentTime :: TimeStamp +currentTime = #{const GDK_CURRENT_TIME} + |