[haiku-commits] Re: r37743 - haiku/trunk/src/libs/mesa/glut

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 26 Jul 2010 10:02:24 +0200

philippe.houdoin@xxxxxxxxx wrote:
> +void glutSetKeyRepeat(int repeatMode)

void
glutSetKeyRepeat(int repeatMode)

> +{
> +     switch(repeatMode) {
> +     case GLUT_KEY_REPEAT_DEFAULT:

'case' is intended by another tab.

> +     if (ignoreKeyRepeat && 
> +             Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)

&& goes to the beginning of the next line.

Bye,
   Axel.


Other related posts: