X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fpreview.h;h=962a537b90dbdca8870560c1580c177709a29c29;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=6018ff0c4961e160b9b723f521be8253417ee8db;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/preview.h b/synfig-studio/trunk/src/gtkmm/preview.h index 6018ff0..962a537 100644 --- a/synfig-studio/trunk/src/gtkmm/preview.h +++ b/synfig-studio/trunk/src/gtkmm/preview.h @@ -2,7 +2,7 @@ /*! \file preview.h ** \brief Previews an animation ** -** $Id: preview.h,v 1.2 2005/01/10 08:13:44 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -26,6 +26,9 @@ #define __SYNFIG_PREVIEW_H /* === H E A D E R S ======================================================= */ +#include +#include /* indirectly includes winnt.h on WIN32 - needs to be included before gtkmm headers, which fix this */ + #include #include #include @@ -45,9 +48,6 @@ #include "widget_sound.h" -#include -#include - #include /* === M A C R O S ========================================================= */ @@ -201,7 +201,7 @@ class Widget_Preview : public Gtk::Table etl::clock timer; //int curindex; //for later - SigC::Connection timecon; + sigc::connection timecon; void slider_move(); //later to be a time_slider that's cooler bool play_update();