]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
yay no tabs in the source
[chaz/openbox] / openbox / prop.h
index ca603d6db356d23b840964644c697bbced088219..4a7b44a0cef587481600e0b3e7c83ca831fdba72 100644 (file)
@@ -186,7 +186,7 @@ void prop_set_strings_utf8(Window win, Atom prop, gchar **strs);
 void prop_erase(Window win, Atom prop);
 
 void prop_message(Window about, Atom messagetype, glong data0, glong data1,
-                 glong data2, glong data3, glong mask);
+                  glong data2, glong data3, glong mask);
 
 #define PROP_GET32(win, prop, type, ret) \
     (prop_get32(win, prop_atoms.prop, prop_atoms.type, ret))
This page took 0.023461 seconds and 4 git commands to generate.