mirror of
https://github.com/moparisthebest/hexchat
synced 2025-01-10 21:48:26 -05:00
Eliminate multiple inclusions (Richard Hitt)
This commit is contained in:
parent
a6cc734b38
commit
e012c9e5a7
@ -71,8 +71,6 @@
|
|||||||
#include "../common/xchatc.h"
|
#include "../common/xchatc.h"
|
||||||
#include "fe-gtk.h"
|
#include "fe-gtk.h"
|
||||||
#include "xtext.h"
|
#include "xtext.h"
|
||||||
#include "../common/xchat.h"
|
|
||||||
#include "../common/xchatc.h"
|
|
||||||
|
|
||||||
#define charlen(str) g_utf8_skip[*(guchar *)(str)]
|
#define charlen(str) g_utf8_skip[*(guchar *)(str)]
|
||||||
|
|
||||||
@ -3015,7 +3013,7 @@ gtk_xtext_reset (GtkXText * xtext, int mark, int attribs)
|
|||||||
* Return one or more flags:
|
* Return one or more flags:
|
||||||
* GTK_MATCH_MID if we are in a match
|
* GTK_MATCH_MID if we are in a match
|
||||||
* GTK_MATCH_START if we're at the first byte of it
|
* GTK_MATCH_START if we're at the first byte of it
|
||||||
* GTK_MATCH_END if we at the first byte past it
|
* GTK_MATCH_END if we're at the first byte past it
|
||||||
* GTK_MATCH_CUR if it is the current match
|
* GTK_MATCH_CUR if it is the current match
|
||||||
*/
|
*/
|
||||||
#define GTK_MATCH_START 1
|
#define GTK_MATCH_START 1
|
||||||
|
Loading…
Reference in New Issue
Block a user