├── .gitignore ├── gter.gif ├── readme.md └── src ├── gter └── setParentWindow.c /.gitignore: -------------------------------------------------------------------------------- 1 | bin 2 | backup 3 | -------------------------------------------------------------------------------- /gter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raoofha/gter/HEAD/gter.gif -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raoofha/gter/HEAD/readme.md -------------------------------------------------------------------------------- /src/gter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raoofha/gter/HEAD/src/gter -------------------------------------------------------------------------------- /src/setParentWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raoofha/gter/HEAD/src/setParentWindow.c --------------------------------------------------------------------------------