]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/openbox.c
add strict ansi compliance
[chaz/openbox] / engines / openbox / openbox.c
index 06b366168161fc079580d6710aae632d1ecd7506..3115df74c477f2c5f7f8a53ab3afbda9b13763da 100644 (file)
@@ -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);
 
This page took 0.020344 seconds and 4 git commands to generate.