On Tue, 29 Nov 2011 10:02:26 +1000
David Seikel <[email protected]> wrote:

> On Mon, 28 Nov 2011 16:00:35 -0800 "Enlightenment SVN"
> <[email protected]> wrote:
> 
> > Log:
> > need more FUN on raster's birthday!
> >   
> > 
> > Author:       discomfitor
> > Date:         2011-11-28 16:00:35 -0800 (Mon, 28 Nov 2011)
> > New Revision: 65661
> > Trac:         http://trac.enlightenment.org/e/changeset/65661
> > 
> > Modified:
> >   trunk/e/src/modules/birthday/e_mod_main.c 
> > 
> > Modified: trunk/e/src/modules/birthday/e_mod_main.c
> > ===================================================================
> > --- trunk/e/src/modules/birthday/e_mod_main.c       2011-11-28
> > 23:24:32 UTC (rev 65660) +++
> > trunk/e/src/modules/birthday/e_mod_main.c   2011-11-29 00:00:35
> > UTC (rev 65661) @@ -1,5 +1,5 @@ #include <e.h>
> > -#define FUN(X) (rand() % (2 * X - 1)) + X
> > +#define FUN(X) (((rand() % (3 * X + 1)) + 1) % 300) + 1
> >  #define COOKIES rand()
> >  static Eina_Bool captaincrunch_cb(void *d __UNUSED__); static void
> > captaincrunch_new_under(E_Zone *cheaaaaaaaaaaaaaaaaaa);  static
> > E_Module *module = NULL; static Eina_List *popups = NULL; static
> > E_Popup *cannonball = NULL; static int fun = 0; typedef Evas_Object *
> > BEARS; #define CAMELS case 7: case 17: case 47: case 77:
> 
> /me wonders what drugs discomfitor is on, and can I have some?
> 
if you really want to know, change #define FUN .... to #define FUN(X) 3

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to