mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gdk: Make more private functions static
These symbols are not exported and are local to their compilation unit.
This commit is contained in:
parent
7619c9c739
commit
278e54b88d
@ -1098,7 +1098,7 @@ find_frame_timings (GdkFrameClock *clock,
|
||||
* a time representation with high accuracy. If there is not a common
|
||||
* time source, then the time synchronization will be less accurate.
|
||||
*/
|
||||
gint64
|
||||
static gint64
|
||||
server_time_to_monotonic_time (GdkX11Display *display_x11,
|
||||
gint64 server_time)
|
||||
{
|
||||
|
@ -3079,7 +3079,7 @@ gdk_dnd_handle_button_event (GdkDragContext *context,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
gdk_dnd_handle_drag_status (GdkDragContext *context,
|
||||
const GdkEventDND *event)
|
||||
{
|
||||
|
@ -196,7 +196,7 @@ _gdk_x11_window_update_size (GdkWindowImplX11 *impl)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
gdk_x11_window_get_unscaled_size (GdkWindow *window,
|
||||
int *unscaled_width,
|
||||
int *unscaled_height)
|
||||
|
Loading…
Reference in New Issue
Block a user