summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-02 18:07:59 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-02 18:07:59 +0100
commitf0b19987039b9f5dc337a8ab9287a4406ea273a0 (patch)
treecb92a66e224e4e18efb267998744dadf99a47f1f /include
parentf05f0de58346557df24dd7c3f5d04e9df913525f (diff)
Cleanups (cppcheck)
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h18
-rw-r--r--include/x11-helper.h1
2 files changed, 9 insertions, 10 deletions
diff --git a/include/textbox.h b/include/textbox.h
index 3d3b8d09..e1d608e1 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -38,15 +38,15 @@ typedef struct
typedef enum
{
- TB_AUTOHEIGHT = 1 << 0,
- TB_AUTOWIDTH = 1 << 1,
- TB_LEFT = 1 << 16,
- TB_RIGHT = 1 << 17,
- TB_CENTER = 1 << 18,
- TB_EDITABLE = 1 << 19,
- TB_MARKUP = 1 << 20,
- TB_WRAP = 1 << 21,
- TB_PASSWORD = 1 << 22,
+ TB_AUTOHEIGHT = 1 << 0,
+ TB_AUTOWIDTH = 1 << 1,
+ TB_LEFT = 1 << 16,
+ TB_RIGHT = 1 << 17,
+ TB_CENTER = 1 << 18,
+ TB_EDITABLE = 1 << 19,
+ TB_MARKUP = 1 << 20,
+ TB_WRAP = 1 << 21,
+ TB_PASSWORD = 1 << 22,
} TextboxFlags;
typedef enum
diff --git a/include/x11-helper.h b/include/x11-helper.h
index e75e0643..b0aa1eb3 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -129,7 +129,6 @@ Color color_get ( const char *const name );
void color_background ( cairo_t *d );
void color_border ( cairo_t *d );
void color_separator ( cairo_t *d );
-void color_cache_reset ( void );
void x11_helper_set_cairo_rgba ( cairo_t *d, Color col );
/*@}*/