Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5fc76feb
Commit
5fc76feb
authored
Sep 12, 2007
by
Glenn Morris
Browse files
(cnt): Rename to x_reply_selection_request_cnt for clarity.
(x_reply_selection_request): All uses changed.
parent
c29ec096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
src/ChangeLog
src/ChangeLog
+8
-0
src/xselect.c
src/xselect.c
+2
-2
No files found.
src/ChangeLog
View file @
5fc76feb
2007-09-12 Glenn Morris <rgm@gnu.org>
* gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
(menu_grab_callback): All uses changed.
* xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
(x_reply_selection_request): All uses changed.
2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
* image.c (gif_load): Fix bug: Handle nonexistent colormap.
...
...
src/xselect.c
View file @
5fc76feb
...
...
@@ -684,7 +684,7 @@ some_frame_on_display (dpyinfo)
FORMAT is the unit-size (in bits) of the data to be transmitted. */
#ifdef TRACE_SELECTION
static int cnt;
static int
x_reply_selection_request_
cnt;
#endif /* TRACE_SELECTION */
static void
...
...
@@ -727,7 +727,7 @@ x_reply_selection_request (event, format, data, size, type)
{
char *sel = XGetAtomName (display, reply.selection);
char *tgt = XGetAtomName (display, reply.target);
TRACE3 ("%s, target %s (%d)", sel, tgt, ++cnt);
TRACE3 ("%s, target %s (%d)", sel, tgt, ++
x_reply_selection_request_
cnt);
if (sel) XFree (sel);
if (tgt) XFree (tgt);
}
...
...
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