diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c index 06b36616..3115df74 100644 --- a/engines/openbox/openbox.c +++ b/engines/openbox/openbox.c @@ -177,7 +177,7 @@ gboolean startup() a_unfocused_title = appearance_new(Surface_Planar, 0); a_focused_label = appearance_new(Surface_Planar, 1); a_unfocused_label = appearance_new(Surface_Planar, 1); - a_icon = appearance_new(Surface_Planar, 0);//1); + a_icon = appearance_new(Surface_Planar, 0);/*1);*/ a_focused_handle = appearance_new(Surface_Planar, 0); a_unfocused_handle = appearance_new(Surface_Planar, 0); |
