]> Dogcows Code - chaz/openbox/blobdiff - otk/pseudorendercontrol.cc
Add the "obsetroot" tool. Use it to set the root background.
[chaz/openbox] / otk / pseudorendercontrol.cc
index 7af57192461443d65b5a5ac21df4a9aa51fa4dd9..cf9929248586e4e2c12d0b002eba771bcfb610fe 100644 (file)
@@ -9,14 +9,12 @@
 #include "rendertexture.hh"
 
 extern "C" {
-#ifdef    HAVE_STDLIB_H
-#  include <stdlib.h>
-#endif // HAVE_STDLIB_H
-
 #include "../src/gettext.h"
 #define _(str) gettext(str)
 }
 
+#include <cstdlib>
+
 namespace otk {
 
 PseudoRenderControl::PseudoRenderControl(int screen)
This page took 0.02443 seconds and 4 git commands to generate.