gdk: Make more private functions static

These symbols are not exported and are local to their compilation unit.
This commit is contained in:
Emmanuele Bassi 2017-04-28 22:55:47 +01:00
parent 7619c9c739
commit 278e54b88d
3 changed files with 3 additions and 3 deletions

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)