SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
x11/gmrun/patches/patch-src_gtkcompletionline_h
Normal file
19
x11/gmrun/patches/patch-src_gtkcompletionline_h
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- src/gtkcompletionline.h.orig Sun Nov 16 11:43:32 2003
|
||||
+++ src/gtkcompletionline.h Tue Nov 10 23:30:50 2009
|
||||
@@ -14,6 +14,7 @@
|
||||
#define __GTKCOMPLETIONLINE_H__
|
||||
|
||||
#include <gtk/gtkentry.h>
|
||||
+#include <gtk/gtktypeutils.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -76,7 +77,7 @@ extern "C++" {
|
||||
void (* cancel)(GtkCompletionLine *cl);
|
||||
};
|
||||
|
||||
- guint gtk_completion_line_get_type(void);
|
||||
+ GtkType gtk_completion_line_get_type(void);
|
||||
GtkWidget *gtk_completion_line_new();
|
||||
|
||||
void gtk_completion_line_last_history_item(GtkCompletionLine*);
|
Loading…
Add table
Add a link
Reference in a new issue