Added alternate method to retrieve window geometry

This commit is contained in:
2017-02-06 23:24:59 +01:00
parent 061af6f928
commit 07f3b2f500
2 changed files with 48 additions and 6 deletions

View File

@ -0,0 +1,9 @@
<?php
require_once __DIR__."/../vendor/autoload.php";
use NoccyLabs\X11\Window;
$me = new Window();
print_r($me->getWindowGeometry(true));