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
21862034
Commit
21862034
authored
Dec 13, 2010
by
Matthias Clasen
Browse files
Remove unused get_offsets functions from headers
parent
224726f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
gdk/gdkinternals.h
View file @
21862034
...
...
@@ -326,10 +326,6 @@ extern const GOptionEntry _gdk_windowing_args[];
gchar
*
_gdk_windowing_substitute_screen_number
(
const
gchar
*
display_name
,
gint
screen_number
);
void
_gdk_windowing_window_get_offsets
(
GdkWindow
*
window
,
gint
*
x_offset
,
gint
*
y_offset
);
void
_gdk_windowing_got_event
(
GdkDisplay
*
display
,
GList
*
event_link
,
GdkEvent
*
event
,
...
...
gdk/win32/gdkprivate-win32.h
View file @
21862034
...
...
@@ -167,9 +167,6 @@ void _gdk_win32_window_move_region (GdkWindow *window,
const
cairo_region_t
*
region
,
gint
dx
,
gint
dy
);
void
_gdk_win32_windowing_window_get_offsets
(
GdkWindow
*
window
,
gint
*
x_offset
,
gint
*
y_offset
);
void
_gdk_win32_selection_init
(
void
);
...
...
gdk/x11/gdkwindow-x11.h
View file @
21862034
...
...
@@ -163,9 +163,6 @@ void _gdk_x11_window_tmp_unset_parent_bg (GdkWindow *window);
void
_gdk_x11_window_tmp_reset_parent_bg
(
GdkWindow
*
window
);
GdkCursor
*
_gdk_x11_window_get_cursor
(
GdkWindow
*
window
);
void
_gdk_x11_window_get_offsets
(
GdkWindow
*
window
,
gint
*
x_offset
,
gint
*
y_offset
);
void
_gdk_x11_window_update_size
(
GdkWindowImplX11
*
impl
);
...
...
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