comparison gtk3/dw.c @ 1070:4293f5ba4330

Oops... missed a variable when writing the code on the Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 25 Jun 2011 02:19:12 +0000
parents a1deca9b0876
children 5772fa5e24b3
comparison
equal deleted inserted replaced
1069:a1deca9b0876 1070:4293f5ba4330
9399 * pad: Number of pixels of padding around the item. 9399 * pad: Number of pixels of padding around the item.
9400 */ 9400 */
9401 void dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad) 9401 void dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad)
9402 { 9402 {
9403 int warn = FALSE, _locked_by_me = FALSE; 9403 int warn = FALSE, _locked_by_me = FALSE;
9404 GtkWidget *tmp, *tmpitem; 9404 GtkWidget *tmp, *tmpitem, *image = NULL;
9405 9405
9406 if ( !box ) 9406 if ( !box )
9407 return; 9407 return;
9408 9408
9409 /* 9409 /*