Mailinglist Archive: radeonhd (427 mails)

< Previous Next >
Re: [radeonhd] [PATCH] refactored RandR cursor code plus fix for bug #13405
  • From: Matthias Hopf <mhopf@xxxxxxx>
  • Date: Mon, 4 May 2009 17:15:15 +0200
  • Message-id: <20090504151515.GE29746@xxxxxxx>
On Apr 30, 09 08:11:25 +0200, Rafał Miłecki wrote:
I just think /we/ like using
int hotx = 0, hoty = 0;
over

+ int hotx, hoty;
+
+ hotx = 0;
+ hoty = 0;

This is a very minor issue. Actually, I think both are reasonable.
Definitely nothing I would debate on whether to include a patch or not.

Thanks

Matthias

--
Matthias Hopf <mhopf@xxxxxxx> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@xxxxxxxxx
Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >