1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-16 00:03:34 +01:00

wmres: initial version of dynamic WMaker menu for screen resolution

This commit is contained in:
root
2010-08-19 22:42:05 +02:00
parent ab932074c8
commit 41c7d07c49
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
all:
gcc -o wmres wmres.c -L/usr/lib -lXxf86vm -lXmu -lX11
strip -g wmres
clean:
rm wmres