comparison window/button.cc @ 1:b753afeb3f34

Does build under debian testing
author thib
date Fri, 01 Aug 2008 16:34:21 +0000
parents 223b71206888
children 4d7486cb20a9
comparison
equal deleted inserted replaced
0:223b71206888 1:b753afeb3f34
467 SetBrightness1(4, c4); 467 SetBrightness1(4, c4);
468 SetBrightness1(5, c5); 468 SetBrightness1(5, c5);
469 } 469 }
470 470
471 #include"rect.h" 471 #include"rect.h"
472 #include<stdlib.h>
472 #include<string.h> 473 #include<string.h>
473 474
474 static void draw_button(char* rdata, int width, int height, char* bdata, int bwidth, int bheight, const ButtonColor& color) { 475 static void draw_button(char* rdata, int width, int height, char* bdata, int bwidth, int bheight, const ButtonColor& color) {
475 const int* rs = color.rs; 476 const int* rs = color.rs;
476 const int* gs = color.gs; 477 const int* gs = color.gs;