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
da6bb07a
Commit
da6bb07a
authored
Mar 29, 2015
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx-X11: fix typo in previous patch.
Affects: - 0017_nx-X11_fix-SetPictureFilter.full.patch
parent
52224aa8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
changelog
debian/changelog
+3
-0
0017_nx-X11_fix-SetPictureFilter.full.patch
debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch
+1
-1
No files found.
debian/changelog
View file @
da6bb07a
...
...
@@ -11,6 +11,9 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
gracefully.
Adds:
- 0017_nx-X11_fix-SetPictureFilter.full.patch
* nx-X11: fix typo in previous patch.
Affects:
- 0017_nx-X11_fix-SetPictureFilter.full.patch
-- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100
...
...
debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch
View file @
da6bb07a
...
...
@@ -97,7 +97,7 @@ Abstract:
pPicture->filter = pFilter->id;
+
+ if (pPicture->pDrawable) {
+ PictureScreenPtr ps = GetPictureScreen (p
s
creen);
+ PictureScreenPtr ps = GetPictureScreen (p
S
creen);
+ int result;
+
+ result = (*ps->ChangePictureFilter) (pPicture, pPicture->filter,
...
...
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