[gtk/wip/chergert/quartz4u: 121/146] macos: add missing <NSTextInputClient>
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/quartz4u: 121/146] macos: add missing <NSTextInputClient>
- Date: Fri, 19 Jun 2020 18:18:59 +0000 (UTC)
commit 0a7afd4307cf193309881aae34c9f0b616024b7a
Author: Christian Hergert <chergert redhat com>
Date: Mon Jun 1 16:06:43 2020 -0700
macos: add missing <NSTextInputClient>
gdk/macos/GdkMacosBaseView.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/macos/GdkMacosBaseView.h b/gdk/macos/GdkMacosBaseView.h
index 5e2768a89a..44fc182f04 100644
--- a/gdk/macos/GdkMacosBaseView.h
+++ b/gdk/macos/GdkMacosBaseView.h
@@ -29,7 +29,7 @@
#define GDK_IS_MACOS_BASE_VIEW(obj) ((obj) && [obj isKindOfClass:[GdkMacosBaseView class]])
-@interface GdkMacosBaseView : NSView
+@interface GdkMacosBaseView : NSView <NSTextInputClient>
{
NSTrackingArea *trackingArea;
BOOL needsInvalidateShadow;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]