On 03/10/08 16:06 +0200, Dirk De Becker wrote: > Hi all, > > I would like to be able to use cim_gp_ptr, cim_vg_ptr, cim_vid_ptr, > cim_fb_ptr and cim_vip_ptr in another program (module). > Can someone give me a clue on how to do this? > I printed them in lx_driver, but I see that the addresses are different > each time I run X, so it does not make sense to just copy the adress > dumps in my module.
You mean you want to use them in another X module? You should be able to use them directly, they are not declared as static or anything. Jordan _______________________________________________ Xorg-driver-geode mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-geode
