Removed warning when XGetWindowProperty fails - this can be the desired
* Removed warning when XGetWindowProperty fails - this can
be the desired behavior.
-owt
This commit is contained in:
@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window,
|
||||
&ret_data);
|
||||
|
||||
if ((ret_prop_type == None) && (ret_format == 0)) {
|
||||
g_warning("XGetWindowProperty failed\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window,
|
||||
&ret_data);
|
||||
|
||||
if ((ret_prop_type == None) && (ret_format == 0)) {
|
||||
g_warning("XGetWindowProperty failed\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user