Added alternate method to retrieve window geometry
This commit is contained in:
9
examples/alt_geometry.php
Normal file
9
examples/alt_geometry.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
use NoccyLabs\X11\Window;
|
||||
|
||||
$me = new Window();
|
||||
|
||||
print_r($me->getWindowGeometry(true));
|
Reference in New Issue
Block a user