diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-06-04 22:05:58 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-06-05 00:06:57 +0200 |
commit | 9974507a503daaac02652419a40a13aeea85212b (patch) | |
tree | df1da7daf67d2f30f63577ef3b04bd10368273db /nx-X11/programs/Xserver/hw | |
parent | 9266d708ec5fc372b17574deafbda657308584dc (diff) | |
download | nx-libs-9974507a503daaac02652419a40a13aeea85212b.tar.gz nx-libs-9974507a503daaac02652419a40a13aeea85212b.tar.bz2 nx-libs-9974507a503daaac02652419a40a13aeea85212b.zip |
Window.c: fix comments
Diffstat (limited to 'nx-X11/programs/Xserver/hw')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index 0be290edb..c07920a0c 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Window.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c @@ -1872,7 +1872,7 @@ void nxagentSetWMState(WindowPtr pWin, CARD32 desired) * exposure events for underlying windows; this is taken care of by * DIX. DIX does, however, call PaintWindowBackground() and * PaintWindowBorder() to perform some of these. --+ */ + */ Bool nxagentRealizeWindow(WindowPtr pWin) { #ifdef DEBUG @@ -3016,7 +3016,7 @@ static void nxagentReconnectWindow(void * param0, XID param1, void * data_buffer * server for windows. The NXWin minimize the windows moving * them out of the screen area, this behaviour can cause * problem when a rootless session is disconnected and an - * apps is minimized. It will be solved with new Xorg + * app is minimized. It will be solved with new Xorg * version of the NXWin server. */ |