mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
bfc47ccd6e
commit
62c5d3df06
@ -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
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user