summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index 98cd8ccd..dec570d4 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -196,27 +196,6 @@ extern xcb_colormap_t map;
*/
void x11_create_visual_and_colormap ( void );
-/**
- * Structure describing a cairo color.
- */
-typedef struct
-{
- /** red channel */
- double red;
- /** green channel */
- double green;
- /** blue channel */
- double blue;
- /** alpha channel */
- double alpha;
-} Color;
-
-/**
- * @param name String representing the color.
- *
- * Allocate a pixel value for an X named color
- */
-Color color_get ( const char *const name );
/**
* Gets a surface containing the background image of the desktop.