diff options
Diffstat (limited to 'twin/utils.cpp')
| -rw-r--r-- | twin/utils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/twin/utils.cpp b/twin/utils.cpp index bc44eee56..a2299d94f 100644 --- a/twin/utils.cpp +++ b/twin/utils.cpp @@ -57,7 +57,7 @@ bool Shape::hasShape( WId w) unsigned int wws, hws, wbs, hbs; int boundingShaped = 0, clipShaped = 0; if (!available()) - return FALSE; + return false; XShapeQueryExtents(tqt_xdisplay(), w, &boundingShaped, &xws, &yws, &wws, &hws, &clipShaped, &xbs, &ybs, &wbs, &hbs); @@ -90,7 +90,7 @@ void Motif::readFlags( WId w, bool& noborder, bool& resize, bool& move, unsigned char* data; MwmHints* hints = 0; if ( XGetWindowProperty( tqt_xdisplay(), w, atoms->motif_wm_hints, 0, 5, - FALSE, atoms->motif_wm_hints, &type, &format, + False, atoms->motif_wm_hints, &type, &format, &length, &after, &data ) == Success ) { if ( data ) @@ -196,7 +196,7 @@ TQCString getStringProperty(WId w, Atom prop, char separator) TQCString result = ""; KXErrorHandler handler; // ignore errors status = XGetWindowProperty( tqt_xdisplay(), w, prop, 0, 10000, - FALSE, XA_STRING, &type, &format, + False, XA_STRING, &type, &format, &nitems, &extra, &data ); if ( status == Success) { |
