diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 20:25:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 20:25:34 +0000 |
| commit | 0a69cfc6d2cf672634e95d5eb2015434dd924abc (patch) | |
| tree | ef28312c548d2df4aa44b3e4cd29490427234767 /engines/openbox | |
| parent | b10548f0ddf7ac9deb85372332686c6d8651a1f6 (diff) | |
add strict ansi compliance
Diffstat (limited to 'engines/openbox')
| -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); |
