diff --git a/ChangeLog b/ChangeLog index b70fec6db..84ad80b3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-29 Kjartan Maraas + + * src/screen.h: Make the wireframe a bit slimmer. + Closes bug #320051. + 2005-11-24 Davyd Madeley * src/window-props.c: display hostname in titlebar for remote X diff --git a/src/screen.h b/src/screen.h index 02c680734..50cfa075b 100644 --- a/src/screen.h +++ b/src/screen.h @@ -55,7 +55,7 @@ typedef enum META_SCREEN_RIGHT } MetaScreenDirection; -#define META_WIREFRAME_XOR_LINE_WIDTH 5 +#define META_WIREFRAME_XOR_LINE_WIDTH 2 struct _MetaScreen {