Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac4845a6
Commit
ac4845a6
authored
Aug 15, 2012
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gtkutil.c (xg_mark_data): Use FRAME_X_P.
parent
5190da91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/gtkutil.c
src/gtkutil.c
+1
-1
No files found.
src/ChangeLog
View file @
ac4845a6
2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (xg_mark_data): Use FRAME_X_P.
2012-08-15 Eli Zaretskii <eliz@gnu.org>
* region-cache.c (move_cache_gap): Update gap_len using the actual
...
...
src/gtkutil.c
View file @
ac4845a6
...
...
@@ -2259,7 +2259,7 @@ xg_mark_data (void)
{
FRAME_PTR
f
=
XFRAME
(
frame
);
if
(
FRAME_X_
OUTPUT
(
f
)
&&
FRAME_GTK_OUTER_WIDGET
(
f
))
if
(
FRAME_X_
P
(
f
)
&&
FRAME_GTK_OUTER_WIDGET
(
f
))
{
struct
xg_frame_tb_info
*
tbinfo
=
g_object_get_data
(
G_OBJECT
(
FRAME_GTK_OUTER_WIDGET
(
f
)),
...
...
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