mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
16069ba835
commit
678b989645
2 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue