X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Frenddesc.h;h=199cc3c9bdd97d13471348de507a3ac1f52ddee5;hb=0c9dc5fc3f31078f5f1aeaa3dc3adf9d6335a8c3;hp=b6eb419523b3e839248e968ca2ad76602c0ddf7a;hpb=5003e42ad855b58d4de073dd2f62b2324c935a4e;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/renddesc.h b/synfig-core/trunk/src/synfig/renddesc.h index b6eb419..199cc3c 100644 --- a/synfig-core/trunk/src/synfig/renddesc.h +++ b/synfig-core/trunk/src/synfig/renddesc.h @@ -278,7 +278,7 @@ public: //! Returns the height of one pixel Real get_ph()const; - //! Sets viewport to represent the screen at the give pixel coordinates + //! Sets viewport to represent the screen at the given pixel coordinates RendDesc &set_subwindow(int x, int y, int w, int h); }; // END of class RendDesc