diff --git a/ChangeLog b/ChangeLog index c5c72a606..f96f7be24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-30 16:31-EST Gregory John Casamento + + * Headers/AppKit/PSOperators.h: Added dummy implementations for + PSwindowlist and PScountwindowlist. + 2007-12-30 12:30-EST Gregory John Casamento * Headers/AppKit/PSOperators.h: Added dummy PSWait method. diff --git a/Headers/AppKit/PSOperators.h b/Headers/AppKit/PSOperators.h index f64f950d4..eba94563f 100644 --- a/Headers/AppKit/PSOperators.h +++ b/Headers/AppKit/PSOperators.h @@ -419,7 +419,17 @@ PSsetrgbcolor(float r, float g, float b) DPSsetrgbcolor(DEFCTXT, r, g, b); } +static inline void +PScountwindowlist(int d, int *c) +{ + // dummy implementation for now... GJC +} +static inline void +PSwindowlist(int d, int c, int *array) +{ + // dummy implementation for now... GJC +} /* ----------------------------------------------------------------------- */ /* Text operations */