]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
try grab an icon even when there are none
[chaz/openbox] / openbox / screen.c
index 7f0c70c96ddc2e915f75dd932c46bca814a45f13..a8f3b71cc8ee3647bb8eedd2414394c68857b04b 100644 (file)
@@ -860,10 +860,10 @@ void screen_install_colormap(ObClient *client, gboolean install)
     XWindowAttributes wa;
 
     if (client == NULL) {
-       if (install)
-           XInstallColormap(RrDisplay(ob_rr_inst), RrColormap(ob_rr_inst));
-       else
-           XUninstallColormap(RrDisplay(ob_rr_inst), RrColormap(ob_rr_inst));
+        if (install)
+            XInstallColormap(RrDisplay(ob_rr_inst), RrColormap(ob_rr_inst));
+        else
+            XUninstallColormap(RrDisplay(ob_rr_inst), RrColormap(ob_rr_inst));
     } else {
         if (XGetWindowAttributes(ob_display, client->window, &wa) &&
             wa.colormap != None) {
This page took 0.024265 seconds and 4 git commands to generate.