fixed segfault
git-svn-id: http://tint2.googlecode.com/svn/trunk@168 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#define WM_CLASS_TINT "panel"
|
||||
|
||||
#include <Imlib2.h>
|
||||
#include "area.h"
|
||||
|
||||
/*
|
||||
@@ -50,7 +51,7 @@ typedef struct config_color
|
||||
|
||||
|
||||
// adjust HSB on an ARGB icon
|
||||
void adjust_hsb(unsigned int *data, int w, int h, float hue, float satur, float bright);
|
||||
void adjust_hsb(DATA32 *data, int w, int h, float hue, float satur, float bright);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user