File: 0014-win0.cpp-Add-missing-header-include-gdk-gdkwayland.h.patch

package info (click to toggle)
gcin 2.9.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,796 kB
  • sloc: cpp: 34,326; ansic: 9,319; makefile: 658; sh: 556
file content (20 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Boyuan Yang <byang@debian.org>
Date: Sat, 14 Dec 2024 23:17:07 -0500
Subject: win0.cpp: Add missing header include gdk/gdkwayland.h

---
 win0.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win0.cpp b/win0.cpp
index dd98069..a32d664 100644
--- a/win0.cpp
+++ b/win0.cpp
@@ -474,6 +474,7 @@ void tsin_toggle_eng_ch();
 void set_no_focus();
 
 #if GTK_CHECK_VERSION(3,24,0)
+#include <gdk/gdkwayland.h>
 static void widget_realize_cb (GtkWidget *widget)
 {
 	dbg("widget_realize_cb %d\n", gtk_widget_get_realized(widget));