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
f2f6dab8
Commit
f2f6dab8
authored
Nov 13, 2011
by
Reinhard Tartler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported nxcompext-3.3.0-3.tar.gz
Summary: Imported nxcompext-3.3.0-3.tar.gz Keywords: Imported nxcompext-3.3.0-3.tar.gz into Git repository
parent
abf03fd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
CHANGELOG
nxcompext/CHANGELOG
+5
-0
NXlib.c
nxcompext/NXlib.c
+8
-0
No files found.
nxcompext/CHANGELOG
View file @
f2f6dab8
ChangeLog:
nxcompext-3.3.0-3
- Now setting the correct event serial number when sending collect
notifies back.
nxcompext-3.3.0-2
- Updated VERSION.
...
...
nxcompext/NXlib.c
View file @
f2f6dab8
...
...
@@ -3424,6 +3424,8 @@ static void _NXNotifyImage(Display *dpy, int resource, Bool success)
async_event
.
type
=
ClientMessage
;
async_event
.
xclient
.
serial
=
_NXCollectedImages
[
resource
]
->
sequence
;
async_event
.
xclient
.
window
=
0
;
async_event
.
xclient
.
message_type
=
0
;
async_event
.
xclient
.
format
=
32
;
...
...
@@ -3815,6 +3817,8 @@ static void _NXNotifyProperty(Display *dpy, int resource, Bool success)
async_event
.
type
=
ClientMessage
;
async_event
.
xclient
.
serial
=
_NXCollectedProperties
[
resource
]
->
sequence
;
async_event
.
xclient
.
window
=
0
;
async_event
.
xclient
.
message_type
=
0
;
async_event
.
xclient
.
format
=
32
;
...
...
@@ -4183,6 +4187,8 @@ static void _NXNotifyGrabPointer(Display *dpy, int resource, Bool success)
async_event
.
type
=
ClientMessage
;
async_event
.
xclient
.
serial
=
_NXCollectedGrabPointers
[
resource
]
->
sequence
;
async_event
.
xclient
.
window
=
0
;
async_event
.
xclient
.
message_type
=
0
;
async_event
.
xclient
.
format
=
32
;
...
...
@@ -4465,6 +4471,8 @@ static void _NXNotifyInputFocus(Display *dpy, int resource, Bool success)
async_event
.
type
=
ClientMessage
;
async_event
.
xclient
.
serial
=
_NXCollectedInputFocuses
[
resource
]
->
sequence
;
async_event
.
xclient
.
window
=
0
;
async_event
.
xclient
.
message_type
=
0
;
async_event
.
xclient
.
format
=
32
;
...
...
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