tests: move set_wm_class to X11::XCB::Window

This code was duplicated way too often for a long time :)
This commit is contained in:
Michael Stapelberg
2013-09-24 21:53:48 +02:00
parent 031de8f720
commit 8d38529bcd
10 changed files with 21 additions and 232 deletions

View File

@ -9,7 +9,7 @@ WriteMakefile(
PREREQ_PM => {
'AnyEvent' => 0,
'AnyEvent::I3' => '0.14',
'X11::XCB' => '0.03',
'X11::XCB' => '0.09',
'Inline' => 0,
'ExtUtils::PkgConfig' => 0,
'Test::More' => '0.94',