active_window_x 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/active_window_x/xlib.c +1 -1
- data/lib/active_window_x/version.rb +1 -1
- metadata +3 -3
data/ext/active_window_x/xlib.c
CHANGED
|
@@ -230,7 +230,7 @@ static VALUE xlib_x_get_window_property(VALUE self, VALUE display_obj, VALUE w_o
|
|
|
230
230
|
actual_format_return);
|
|
231
231
|
}
|
|
232
232
|
prop_size = nbytes * nitems_return;
|
|
233
|
-
prop = rb_str_new(prop_return, prop_size);
|
|
233
|
+
prop = rb_str_new((const char*) prop_return, prop_size);
|
|
234
234
|
XFree(prop_return);
|
|
235
235
|
}
|
|
236
236
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_window_x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Keiichiro Ui
|