Window focus fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-11-19 16:05:29 +00:00
parent aa89743347
commit 74cea89a61
4 changed files with 111 additions and 58 deletions

View file

@ -309,6 +309,16 @@ _parse_display_name(NSString *name, int *dn, int *sn)
/**
<unit>
<heading>XGServer</heading>
<p> XGServer is a concrete subclass of GSDisplayServer that handles
X-Window client communications. The class is broken into four sections.
The main class handles setting up and closing down the display, as well
as providing wrapper methods to access display and screen pointers. The
WindowOps category handles window creating, display, movement, and
other functions detailed in the GSDisplayServer(WindowOps) category.
The EventOps category handles events received from X-Windows and the
window manager. It implements the methods defined in the
GSDisplayServer(EventOps) category. The last section
</unit>
*/
@implementation XGServer