> after 2 weeks i finally figured it out.
> ../lib/libgii/doc/env.txt should read:
> GGI_INPUT=linux-evdev:/dev/input/event0
> *not*
> GII_INPUT=linux-evdev:/dev/input/event0
To confuse you more: The docs are right.
As I explained in my other mail, GII_INPUT only acts on _pure_ LibGII
Applications that use giiOpen(NULL); .
LibGGI on the other hand does never use giiOpen with a NULL argument,
but it will giiOpen(); anything you give in GGI_INPUT or the variant
GGI_INPUT_targetname, as documented in libggi/doc/env.txt and will
giiJoin() it with the other inputs it opened due to target specific
considerations.
So the rule is:
- Pure LibGII application: Use GII_INPUT.
- LibGGI application: Use GGI_INPUT.
CU, ANdy
--
= Andreas Beck | Email : <[EMAIL PROTECTED]> =