turn off the tick marks, that got annoying after about 5 minutes. One big

2002-03-17  Havoc Pennington  <hp@pobox.com>

	* src/resizepopup.c (ensure_tick_windows): turn off the tick
	marks, that got annoying after about 5 minutes. One big shape
	window instead of lots of little windows might fix it.
This commit is contained in:
Havoc Pennington 2002-03-17 17:42:13 +00:00 committed by Havoc Pennington
parent bfc47ccd6e
commit 62c5d3df06
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-03-17 Havoc Pennington <hp@pobox.com>
* src/resizepopup.c (ensure_tick_windows): turn off the tick
marks, that got annoying after about 5 minutes. One big shape
window instead of lots of little windows might fix it.
2002-03-17 Havoc Pennington <hp@pobox.com>
* src/resizepopup.c: Add some total crackrock resize-grid

View File

@ -469,6 +469,9 @@ ensure_tick_windows (MetaResizePopup *popup)
if (popup->horizontal_tick_windows != NULL ||
popup->vertical_tick_windows != NULL)
return;
/* FIXME the current implementation sucks too much to enable. */
return;
max_x = gdk_screen_width ();
max_y = gdk_screen_height ();