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>
|
2002-03-17 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/resizepopup.c: Add some total crackrock resize-grid
|
* src/resizepopup.c: Add some total crackrock resize-grid
|
||||||
|
@ -470,6 +470,9 @@ ensure_tick_windows (MetaResizePopup *popup)
|
|||||||
popup->vertical_tick_windows != NULL)
|
popup->vertical_tick_windows != NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* FIXME the current implementation sucks too much to enable. */
|
||||||
|
return;
|
||||||
|
|
||||||
max_x = gdk_screen_width ();
|
max_x = gdk_screen_width ();
|
||||||
max_y = gdk_screen_height ();
|
max_y = gdk_screen_height ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user