Re: [gtk-list] how to free a GList filled with GStrings ?



DROUIN Antoine STNA 7SB K232 p5766 writes:
 > By the way, does anybody know if it's possible to have an app display on two 
 > screens ? (two X servers on two different machines)

Hack, hack:

    if (fork()) { $ENV{DISPLAY} = "server1:0.0"; exec("program1"); }
    else        { $ENV{DISPLAY} = "server2:0.0"; exec("program2"); }

-- 
-russ nelson <rn-sig@crynwr.com>  http://crynwr.com/~nelson
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



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