On Sun, 04 Dec 2011 05:46:34 -0500 Christopher Michael <cpmicha...@comcast.net> wrote:
> On 12/04/11 00:02, Enlightenment SVN wrote: > > Log: > > header and docs for elm_win_center got lost in an earlier merge I guess > > > > Fix the algorithm yet ? I've seen a place where you still can fall > through....tisk, tick > > dh > > > > > > Author: discomfitor > > Date: 2011-12-03 21:02:02 -0800 (Sat, 03 Dec 2011) > > New Revision: 65866 > > Trac: http://trac.enlightenment.org/e/changeset/65866 > > > > Modified: > > trunk/elementary/src/lib/Elementary.h.in > > > > Modified: trunk/elementary/src/lib/Elementary.h.in > > =================================================================== > > --- trunk/elementary/src/lib/Elementary.h.in 2011-12-04 04:29:55 UTC > > (rev 65865) +++ trunk/elementary/src/lib/Elementary.h.in 2011-12-04 > > 05:02:02 UTC (rev 65866) @@ -4188,6 +4188,16 @@ > > */ > > EAPI void elm_win_raise(Evas_Object *obj) EINA_ARG_NONNULL(1); > > /** > > + * Center a window on its screen > > + * > > + * This function centers window @p obj horizontally and/or vertically > > based on the values > > + * of @p h and @v. > > + * @param obj The window object > > + * @param h If true, center horizontally. If false, do not change > > horizontal location. > > + * @param v If true, center vertically. If false, do not change > > vertical location. > > + */ > > + EAPI void elm_win_center(Evas_Object *obj, Eina_Bool h, > > Eina_Bool v) EINA_ARG_NONNULL(1); > > + /** > > * Set the borderless state of a window. > > * > > * This function requests the Window Manager to not draw any decoration > > > > I was in a rush to finish stuff last night so I didn't add safety checks. It's on my whiteboard. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel