bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] All that email -- all for this!


From: Rob
Subject: [Bug-gnubg] All that email -- all for this!
Date: Wed, 13 Aug 2003 12:30:59 -0400

Okay, it ain't much but it's my first contribution in a while...

It seemed that it would make sense that if your opponent doubles you, that
you can accept with the normal click and reject with the right-click.

So, in button_press_event, I have modified it as follows. Modified line is
prefixed with ***

        case POINT_CUBE:
            /* Clicked on cube; double. */
            bd->drag_point = -1;

                if(editing)
                        GTKSetCube(NULL, 0, NULL);
                else if (bd->doubled)
***                     UserCommand(event->button == 1 ? "take" : "drop" );
                else
                        UserCommand("double");


Feel free to reject it, I'd understand. Okay, now I'm gonna look at the cube
hint window... wish me luck. :)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]