]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.c
reverted r528 : it s breaking amd64/x86_64
[chaz/tint2] / src / util / window.c
index c6bceb3b46001fbfbb3422b1b375287408d98325..f4ef6a04ac306277e46d6561a7cda780c150ef02 100644 (file)
@@ -218,7 +218,7 @@ int window_is_active (Window win)
 }
 
 
-int get_icon_count (int32_t *data, int num)
+int get_icon_count (long *data, int num)
 {
        int count, pos, w, h;
 
@@ -236,10 +236,10 @@ int get_icon_count (int32_t *data, int num)
 }
 
 
-int32_t *get_best_icon (int32_t *data, int icon_count, int num, int *iw, int *ih, int best_icon_size)
+long *get_best_icon (long *data, int icon_count, int num, int *iw, int *ih, int best_icon_size)
 {
        int width[icon_count], height[icon_count], pos, i, w, h;
-       int32_t *icon_data[icon_count];
+       long *icon_data[icon_count];
 
        /* List up icons */
        pos = 0;
This page took 0.020746 seconds and 4 git commands to generate.