]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
rename stick buttons to desk
[chaz/openbox] / openbox / openbox.c
index 59e126b7fa30bb28f564e2f60823a404abb1d2b0..7f141d6f3892d1dc451e913f9bb7264ce965bb24 100644 (file)
@@ -128,7 +128,7 @@ int main(int argc, char **argv)
 
     ob_display = XOpenDisplay(NULL);
     if (ob_display == NULL)
-       exit_with_error("Failed to open the display.");
+       ob_exit_with_error("Failed to open the display.");
     if (fcntl(ConnectionNumber(ob_display), F_SETFD, 1) == -1)
         ob_exit_with_error("Failed to set display as close-on-exec.");
 
This page took 0.020821 seconds and 4 git commands to generate.