src/window.h
changeset 7932 6c3d71e8a129
parent 7928 63e18de69e50
child 7993 8776e72bf3da
--- a/src/window.h	Tue Nov 20 13:35:54 2007 +0000
+++ b/src/window.h	Tue Nov 20 14:11:19 2007 +0000
@@ -714,7 +714,7 @@
 static inline void ToggleWidgetLoweredState(Window *w, byte widget_index)
 {
 	assert(widget_index < w->widget_count);
-	TOGGLEBIT(w->widget[widget_index].display_flags, WIDG_LOWERED);
+	ToggleBit(w->widget[widget_index].display_flags, WIDG_LOWERED);
 }
 
 /**