Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
264afe83
Commit
264afe83
authored
Oct 03, 2001
by
Havoc Pennington
Browse files
forgot to save before previous commit; this adds the deprecation
of gdk_window_set_hints().
parent
b02befc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/gdkwindow.h
View file @
264afe83
...
...
@@ -373,6 +373,7 @@ gboolean gdk_window_set_static_gravities (GdkWindow *window,
/* GdkWindow */
#ifndef GDK_DISABLE_DEPRECATED
void
gdk_window_set_hints
(
GdkWindow
*
window
,
gint
x
,
gint
y
,
...
...
@@ -381,6 +382,7 @@ void gdk_window_set_hints (GdkWindow *window,
gint
max_width
,
gint
max_height
,
gint
flags
);
#endif
void
gdk_window_set_type_hint
(
GdkWindow
*
window
,
GdkWindowTypeHint
hint
);
void
gdk_window_set_modal_hint
(
GdkWindow
*
window
,
...
...
Write
Preview
Supports
Markdown
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