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
9ea0e54d
Commit
9ea0e54d
authored
Mar 14, 2003
by
Jan Djärv
Browse files
gtkutil.h: Add declaration for xg_frame_cleared.
parent
0cb35f4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/gtkutil.h
src/gtkutil.h
+1
-0
No files found.
src/ChangeLog
View file @
9ea0e54d
2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.h: Add declaration for xg_frame_cleared.
* xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
* gtkutil.c (struct xg_last_sb_pos): New structure.
...
...
src/gtkutil.h
View file @
9ea0e54d
...
...
@@ -179,6 +179,7 @@ extern void free_frame_tool_bar P_ ((FRAME_PTR f));
extern
void
xg_resize_widgets
P_
((
FRAME_PTR
f
,
int
pixelwidth
,
int
pixelheight
));
extern
void
xg_frame_cleared
P_
((
FRAME_PTR
f
));
extern
void
xg_frame_set_char_size
P_
((
FRAME_PTR
f
,
int
cols
,
int
rows
));
extern
GtkWidget
*
xg_win_to_widget
P_
((
Window
));
extern
int
xg_create_frame_widgets
P_
((
FRAME_PTR
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