Skip to content

Instantly share code, notes, and snippets.

View CoderSherlock's full-sized avatar
:octocat:
Still alive

Pengzhan Hao CoderSherlock

:octocat:
Still alive
View GitHub Profile
// -*- coding:utf-8-unix; mode:c; -*-
/*
get the active window on X window system
http://k-ui.jp/blog/2012/05/07/get-active-window-on-x-window-system/
*/
#include <stdlib.h>
#include <stdio.h>
#include <locale.h>