Refactor window logic into reusable parts, add a new terminal application.

The gears code is moved into a new file gearc.c and the window decoration
and management code stays in window.c.  A new application 'terminal' is the
second user of the windowing code, but doesn't do anything useful yet.
This commit is contained in:
Kristian Høgsberg 2008-12-07 19:59:11 -05:00
parent dc0f355f0a
commit 0c4457f0c2
7 changed files with 603 additions and 317 deletions

3
.gitignore vendored
View file

@ -2,7 +2,8 @@
*.so
glx-compositor
egl-compositor
window
gears
terminal
flower
screenshot
*.jpg