wok annotate xchat/stuff/xchat-2.8.6-gtk+-2.13.patch @ rev 20926
updated fltk, fltk-blocks, fltk-checkers, fltk-colbrowser, fltk-dev, fltk-editor, and fltk-sudoku (1.3.3 -> 1.3.4.2)
author | Hans-Günter Theisgen |
---|---|
date | Sat Mar 02 13:00:42 2019 +0100 (2019-03-02) |
parents | |
children |
rev | line source |
---|---|
pankso@2587 | 1 --- xchat-2.8.6/src/fe-gtk/xtext.h.orig 2008-02-24 05:48:02.000000000 +0100 |
pankso@2587 | 2 +++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06 02:18:39.000000000 +0200 |
pankso@2587 | 3 @@ -270,6 +270,6 @@ |
pankso@2587 | 4 xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); |
pankso@2587 | 5 void gtk_xtext_buffer_free (xtext_buffer *buf); |
pankso@2587 | 6 void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); |
pankso@2587 | 7 -GtkType gtk_xtext_get_type (void); |
pankso@2587 | 8 +GType gtk_xtext_get_type (void); |
pankso@2587 | 9 |
pankso@2587 | 10 #endif |