comparison gui/wm/ws.h @ 33548:55b8f5d5df15

Remove unused parameter 'Size' in wsConvert().
author ib
date Fri, 17 Jun 2011 17:51:50 +0000
parents 729826b857cf
children 520fb0f7544c
comparison
equal deleted inserted replaced
33547:82909caef905 33548:55b8f5d5df15
260 260
261 // ---------------------------------------------------------------------------------------------- 261 // ----------------------------------------------------------------------------------------------
262 // Image handling 262 // Image handling
263 // ---------------------------------------------------------------------------------------------- 263 // ----------------------------------------------------------------------------------------------
264 void wsCreateImage(wsTWindow *win, int Width, int Height); 264 void wsCreateImage(wsTWindow *win, int Width, int Height);
265 void wsConvert(wsTWindow *win, unsigned char *Image, unsigned int Size); 265 void wsConvert(wsTWindow *win, unsigned char *Image);
266 void wsPutImage(wsTWindow *win); 266 void wsPutImage(wsTWindow *win);
267 void wsResizeImage(wsTWindow *win, int Width, int Height); 267 void wsResizeImage(wsTWindow *win, int Width, int Height);
268 void wsDestroyImage(wsTWindow *win); 268 void wsDestroyImage(wsTWindow *win);
269 int wsGetOutMask(void); 269 int wsGetOutMask(void);
270 270