wok annotate xchat-plugin/stuff/xchat-2.8.6-gtk+-2.13.patch @ rev 25443
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 03 09:28:15 2022 +0000 (2022-09-03) |
parents | |
children |
rev | line source |
---|---|
pascal@2866 | 1 --- xchat-2.8.6/src/fe-gtk/xtext.h.orig 2008-02-24 05:48:02.000000000 +0100 |
pascal@2866 | 2 +++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06 02:18:39.000000000 +0200 |
pascal@2866 | 3 @@ -270,6 +270,6 @@ |
pascal@2866 | 4 xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); |
pascal@2866 | 5 void gtk_xtext_buffer_free (xtext_buffer *buf); |
pascal@2866 | 6 void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); |
pascal@2866 | 7 -GtkType gtk_xtext_get_type (void); |
pascal@2866 | 8 +GType gtk_xtext_get_type (void); |
pascal@2866 | 9 |
pascal@2866 | 10 #endif |