comparison finch/libgnt/wms/s.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 259bbfb423d4
children
comparison
equal deleted inserted replaced
31085:44f53d3fc54f 31086:a8cc50c2279f
144 int x, y, w, h; 144 int x, y, w, h;
145 145
146 if (!widget) 146 if (!widget)
147 return FALSE; 147 return FALSE;
148 /* This might be a place to bring up a context menu */ 148 /* This might be a place to bring up a context menu */
149 149
150 if (event != GNT_LEFT_MOUSE_DOWN || 150 if (event != GNT_LEFT_MOUSE_DOWN ||
151 GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) 151 GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER))
152 return FALSE; 152 return FALSE;
153 153
154 gnt_widget_get_position(widget, &x, &y); 154 gnt_widget_get_position(widget, &x, &y);
155 gnt_widget_get_size(widget, &w, &h); 155 gnt_widget_get_size(widget, &w, &h);
156 156
157 if (cy == y && cx == x + w - 3) { 157 if (cy == y && cx == x + w - 3) {
158 gnt_widget_destroy(widget); 158 gnt_widget_destroy(widget);