Bug #191 rename header guard to not use reserved macro name.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __TEXTBOX_H__
|
||||
#define __TEXTBOX_H__
|
||||
#ifndef TEXTBOX_H
|
||||
#define TEXTBOX_H
|
||||
#include <X11/Xft/Xft.h>
|
||||
|
||||
#include <pango/pango.h>
|
||||
@@ -246,4 +246,4 @@ int textbox_get_estimated_char_height ( void );
|
||||
|
||||
|
||||
void textbox_text_markup ( textbox *tb, const char *text );
|
||||
#endif //__TEXTBOX_H__
|
||||
#endif //TEXTBOX_H
|
||||
|
Reference in New Issue
Block a user