Ruby GTK3移行後のメインリポジトリ
リビジョン | b458bc366c2b791b1a2d8e0e19896a93ec946840 (tree) |
---|---|
日時 | 2018-04-29 22:08:41 |
作者 | Shyouzou Sugitani <shy@user...> |
コミッター | Shyouzou Sugitani |
fix dll/mciaudio(r)
@@ -1,3 +1,6 @@ | ||
1 | +Sun April 29 2018 Shyouzou Sugitani <shy@users.osdn.me> | |
2 | + * MCIAudio(R)互換モジュールのメッセージ処理を修正した. | |
3 | + | |
1 | 4 | Sun January 7 2018 Shyouzou Sugitani <shy@users.osdn.me> |
2 | 5 | * バージョン5.0.5リリース. |
3 | 6 | * ウインドウの描画方法刷新によりWayland環境に対応. |
@@ -37,6 +37,7 @@ module Mciaudio | ||
37 | 37 | bus = @player.bus |
38 | 38 | bus.add_watch do |bus, message| |
39 | 39 | on_message(bus, message) |
40 | + true | |
40 | 41 | end |
41 | 42 | @filepath = nil |
42 | 43 | @__sakura = nil |
@@ -38,6 +38,7 @@ module Mciaudior | ||
38 | 38 | bus = @player.bus |
39 | 39 | bus.add_watch do |bus, message| |
40 | 40 | on_message(bus, message) |
41 | + true | |
41 | 42 | end |
42 | 43 | @filepath = nil |
43 | 44 | @loop = false |