mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
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:
parent
aa89743347
commit
74cea89a61
4 changed files with 111 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue