Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
aaae5d57
Unverified
Commit
aaae5d57
authored
Aug 22, 2018
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Etersoft-fix-nxagent-window-title-encoding' into 3.6.x
Attributes GH PR #705:
https://github.com/ArcticaProject/nx-libs/pull/705
parents
489c1731
9a7c0b08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Screen.c
nx-X11/programs/Xserver/hw/nxagent/Screen.c
+5
-6
No files found.
nx-X11/programs/Xserver/hw/nxagent/Screen.c
View file @
aaae5d57
...
...
@@ -441,8 +441,8 @@ Window nxagentCreateIconWindow(void)
}
}
XSetWMProperties
(
nxagentDisplay
,
w
,
&
windowName
,
&
windowN
ame
,
X
utf8
SetWMProperties
(
nxagentDisplay
,
w
,
window_name
,
window_n
ame
,
NULL
,
0
,
sizeHints
,
wmHints
,
NULL
);
if
(
sizeHints
)
...
...
@@ -1902,13 +1902,12 @@ N/A
if
(
nxagentUserGeometry
.
flag
&
WidthValue
||
nxagentUserGeometry
.
flag
&
HeightValue
)
sizeHints
->
flags
|=
USSize
;
}
/* FIXME: deprecated, replaced by XSetWmProperties() */
X
SetStandardProperties
(
nxagentDisplay
,
X
utf8SetWMProperties
(
nxagentDisplay
,
nxagentDefaultWindows
[
pScreen
->
myNum
],
nxagentWindowName
,
nxagentWindowName
,
nxagentIconPixmap
,
argv
,
argc
,
sizeHints
);
argv
,
argc
,
&
sizeHints
,
&
wmHints
,
NULL
);
if
(
sizeHints
)
XFree
(
sizeHints
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment