Walter Alejandro Iglesias <e...@roquesor.com> writes:

> On Sun, Oct 28, 2012 at 02:24:42PM -0400, Dan Espen wrote:
>> Walter Alejandro Iglesias <e...@roquesor.com> writes:
>> 
>> > Hello,
>> >
>> > On interactive Move/Resize the default step is 5 pixels, 100p holding
>> > Shift and 1p holding Ctrl.
>> >
>> > Is there a way of customize that?
>> 
>> Currently no.
>> 
>> The values 1,5,100 are defined in:
>> 
>> libs/default.h
>> #define DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE 5 /* pixels */
>> #define KDB_SHORTCUT_MOVE_DISTANCE_SMALL   1 /* pixels */
>> #define KDB_SHORTCUT_MOVE_DISTANCE_BIG   100 /* pixels */
>> 
>> And the logic is in:
>> 
>> libs/Target.c
>> 
>> -- 
>> Dan Espen
>
> Hi Dan,
>
> Good to know what you point above.  Thanks.
>
> I'd like to start learning about Xlib programing.
> I found this:
>
> http://www.tronche.com/gui/x/xlib-tutorial/
>
> Could you point me (advice) to more related documentation?
> Where/how is it convenient to start?

Visit the Developer section at the Fvwm web site.

-- 
Dan Espen

Reply via email to