Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
3af4432c
Commit
3af4432c
authored
Oct 06, 2010
by
Benjamin Otte
Browse files
API: x11: Remove gdk_x11_window_get_drawable_impl()
It's not used anymore
parent
deffc9e3
Changes
5
Hide whitespace changes
Inline
Side-by-side
docs/reference/gdk/gdk3-sections.txt
View file @
3af4432c
...
...
@@ -1028,7 +1028,6 @@ gdk_x11_get_xatom_name_for_display
<SUBSECTION Private>
GDK_HAVE_WCHAR_H
GDK_HAVE_WCTYPE_H
gdk_x11_window_get_drawable_impl
</SECTION>
<SECTION>
...
...
gdk/gdk.symbols
View file @
3af4432c
...
...
@@ -567,7 +567,6 @@ gdk_x11_screen_lookup_visual
gdk_x11_screen_supports_net_wm_hint
gdk_x11_ungrab_server
gdk_x11_visual_get_xvisual
gdk_x11_window_get_drawable_impl
gdk_x11_window_get_xid
gdk_x11_window_move_to_current_desktop
gdk_x11_window_set_user_time
...
...
gdk/x11/gdkdrawable-x11.c
View file @
3af4432c
...
...
@@ -134,12 +134,6 @@ gdk_x11_drawable_get_xdisplay (GdkDrawable *drawable)
return
GDK_SCREEN_XDISPLAY
(
GDK_DRAWABLE_IMPL_X11
(
get_impl_drawable
(
drawable
))
->
screen
);
}
GdkDrawable
*
gdk_x11_window_get_drawable_impl
(
GdkWindow
*
window
)
{
return
((
GdkWindowObject
*
)
window
)
->
impl
;
}
static
void
gdk_x11_cairo_surface_destroy
(
void
*
data
)
{
...
...
gdk/x11/gdkdrawable-x11.h
View file @
3af4432c
...
...
@@ -68,7 +68,6 @@ GType _gdk_drawable_impl_x11_get_type (void);
/* Note that the following take GdkDrawableImplX11, not the wrapper drawable */
void
_gdk_x11_drawable_finish
(
GdkDrawable
*
drawable
);
void
_gdk_x11_drawable_update_size
(
GdkDrawable
*
drawable
);
GdkDrawable
*
gdk_x11_window_get_drawable_impl
(
GdkWindow
*
window
);
G_END_DECLS
...
...
gdk/x11/gdkx.h
View file @
3af4432c
...
...
@@ -57,7 +57,6 @@ G_BEGIN_DECLS
Display
*
gdk_x11_drawable_get_xdisplay
(
GdkDrawable
*
drawable
);
Window
gdk_x11_window_get_xid
(
GdkWindow
*
window
);
GdkDrawable
*
gdk_x11_window_get_drawable_impl
(
GdkWindow
*
window
);
Display
*
gdk_x11_cursor_get_xdisplay
(
GdkCursor
*
cursor
);
Cursor
gdk_x11_cursor_get_xcursor
(
GdkCursor
*
cursor
);
Display
*
gdk_x11_display_get_xdisplay
(
GdkDisplay
*
display
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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