fixed type mismatch (SInt32 vs int) in definition of
getWindowProperty().
This commit is contained in:
parent
0bf455e79a
commit
879cf26f8d
|
@ -10,7 +10,7 @@
|
||||||
bool
|
bool
|
||||||
CXWindowsUtil::getWindowProperty(Display* display, Window window,
|
CXWindowsUtil::getWindowProperty(Display* display, Window window,
|
||||||
Atom property, CString* data, Atom* type,
|
Atom property, CString* data, Atom* type,
|
||||||
int* format, bool deleteProperty)
|
SInt32* format, bool deleteProperty)
|
||||||
{
|
{
|
||||||
assert(display != NULL);
|
assert(display != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue