mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
waylandpopup: Drop unused exports
This commit is contained in:
parent
352443d5a5
commit
2b3eadcfa4
@ -18,13 +18,6 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
void update_popup_layout_state (GdkWaylandPopup *wayland_popup,
|
||||
int x,
|
||||
int y,
|
||||
int width,
|
||||
int height,
|
||||
GdkPopupLayout *layout);
|
||||
|
||||
void gdk_wayland_surface_configure_popup (GdkWaylandPopup *popup);
|
||||
void frame_callback_popup (GdkWaylandPopup *popup);
|
||||
void gdk_wayland_popup_hide_surface (GdkWaylandPopup *popup);
|
||||
|
@ -48,6 +48,13 @@
|
||||
#include "gdksurface-wayland-private.h"
|
||||
#include "gdkpopup-wayland-private.h"
|
||||
|
||||
static void update_popup_layout_state (GdkWaylandPopup *wayland_popup,
|
||||
int x,
|
||||
int y,
|
||||
int width,
|
||||
int height,
|
||||
GdkPopupLayout *layout);
|
||||
|
||||
/* {{{ Utilities */
|
||||
|
||||
static gboolean
|
||||
@ -644,7 +651,7 @@ calculate_popup_rect (GdkWaylandPopup *wayland_popup,
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
update_popup_layout_state (GdkWaylandPopup *wayland_popup,
|
||||
int x,
|
||||
int y,
|
||||
|
Loading…
Reference in New Issue
Block a user