Added dummy implementations for PSwindowlist and PScountwindowlist

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2007-12-30 21:32:10 +00:00
parent 16069ba835
commit 678b989645
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-12-30 16:31-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Headers/AppKit/PSOperators.h: Added dummy implementations for
PSwindowlist and PScountwindowlist.
2007-12-30 12:30-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Headers/AppKit/PSOperators.h: Added dummy PSWait method.

View file

@ -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 */