Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/chinese/gcin/files/patch-gcb.cpp
16468 views
1
--- gcb.cpp.orig 2019-03-06 00:33:25 UTC
2
+++ gcb.cpp
3
@@ -1,3 +1,4 @@
4
+#if USE_GCB
5
#include <stdlib.h>
6
#include "os-dep.h"
7
#include <gtk/gtk.h>
8
@@ -6,6 +7,7 @@
9
#include "gcin.h"
10
#include "gcin-conf.h"
11
12
+void free_gcb();
13
static GtkWidget *mainwin;
14
static GtkClipboard *pclipboard_clipboard, *pclipboard_primary;
15
static GtkWidget **buttonArr;
16
@@ -256,7 +258,7 @@ static void get_mouse_button( GtkWidget *widget,GdkEve
17
18
}
19
}
20
-
21
+#endif
22
static void hist_get_mouse_button( GtkWidget *widget,GdkEventButton *event, gpointer data)
23
{
24
int i;
25
26