Fix accidentally exposed private headers.

Implement code to handle windows messages on a per-window basis.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-10-30 10:42:42 +00:00
parent 0257194cdc
commit 02c7ccf532
10 changed files with 94 additions and 28 deletions

View file

@ -40,8 +40,8 @@
#include "Foundation/NSRunLoop.h"
#include "Foundation/NSThread.h"
#include "Foundation/NSDebug.h"
#include "GNUstepBase/GSRunLoopCtxt.h"
#include "GNUstepBase/GSRunLoopWatcher.h"
#include "GSRunLoopCtxt.h"
#include "GSRunLoopWatcher.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>