widget.c
changeset 2952 6a26eeda9679
parent 2801 c70673b84010
child 3762 13348590b1bc
equal deleted inserted replaced
2951:2db3adee7736 2952:6a26eeda9679
   475 
   475 
   476 static void DropdownMenuWndProc(Window *w, WindowEvent *e)
   476 static void DropdownMenuWndProc(Window *w, WindowEvent *e)
   477 {
   477 {
   478 	int item;
   478 	int item;
   479 
   479 
   480 	switch(e->event) {
   480 	switch (e->event) {
   481 		case WE_PAINT: {
   481 		case WE_PAINT: {
   482 			int x,y,i,sel;
   482 			int x,y,i,sel;
   483 
   483 
   484 			DrawWindowWidgets(w);
   484 			DrawWindowWidgets(w);
   485 
   485