diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-17 17:20:23 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-07-17 17:20:23 -0500 |
commit | 1539fce79cc73bb31732cd3f2ad02be0d7b52821 (patch) | |
tree | 32805fcac0de3cf1b21e946b8b903578bf0c7ead /plugins/water | |
parent | 7fff3541afc6595dd7f64ef7abeb587c254b4b41 (diff) | |
download | compiz-with-glib-mainloop-1539fce79cc73bb31732cd3f2ad02be0d7b52821.tar.gz compiz-with-glib-mainloop-1539fce79cc73bb31732cd3f2ad02be0d7b52821.tar.bz2 |
Convert Bool -> bool, TRUE -> true, FALSE -> false.
Diffstat (limited to 'plugins/water')
-rw-r--r-- | plugins/water/src/water.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/water/src/water.cpp b/plugins/water/src/water.cpp index a423bae..f0ce808 100644 --- a/plugins/water/src/water.cpp +++ b/plugins/water/src/water.cpp @@ -578,7 +578,7 @@ WaterScreen::softwareLines (XPoint *p, float v) { int x1, y1, x2, y2; - Bool steep; + bool steep; int tmp; int deltaX, deltaY; int error = 0; |