fixed type mismatch (SInt32 vs int) in definition of

getWindowProperty().
This commit is contained in:
crs 2002-07-26 18:27:31 +00:00
parent 0bf455e79a
commit 879cf26f8d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
bool
CXWindowsUtil::getWindowProperty(Display* display, Window window,
Atom property, CString* data, Atom* type,
int* format, bool deleteProperty)
SInt32* format, bool deleteProperty)
{
assert(display != NULL);