mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 14:15:46 +08:00
fixed type mismatch (SInt32 vs int) in definition of
getWindowProperty().
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user