Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Thu, 03 Sep 1998 17:13:42 +0200

Re: ggiIndicateChange ?

Steve Cheng wrote:
> 
> Seems that the original ggiGetAPI() change in targets (except
> display-memory) forgot to do:
> 
> ggiIndicateChange(vis, GGI_CHG_APILIST);
> 
> after loading stub/driver libraries.  (Mostly my fault.)
> 
> It would appear to cause problems for extensions.  I'll add it if no one
> objects.  Or do ggiIndicateChange() in _ggiLoadDL() ?

Just do it in the target when all libs are loaded.
Would be unnecessary to call it for every _ggiLoadDL()

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]