mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
popup: require GdkSurface
This commit is contained in:
parent
3e06a9b1d2
commit
31d2b686d6
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "gdk-private.h"
|
||||||
#include "gdkintl.h"
|
#include "gdkintl.h"
|
||||||
#include "gdkpopupprivate.h"
|
#include "gdkpopupprivate.h"
|
||||||
#include "gdk-private.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gdkpopup
|
* SECTION:gdkpopup
|
||||||
@ -32,11 +32,7 @@
|
|||||||
* and is positioned relative to it.
|
* and is positioned relative to it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE)
|
||||||
/* FIXME: this can't have GdkSurface as a prerequisite
|
|
||||||
* as long as GdkSurface implements this interface itself
|
|
||||||
*/
|
|
||||||
G_DEFINE_INTERFACE (GdkPopup, gdk_popup, G_TYPE_OBJECT)
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gdk_popup_default_present (GdkPopup *popup,
|
gdk_popup_default_present (GdkPopup *popup,
|
||||||
|
Loading…
Reference in New Issue
Block a user