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:
+2
-1
@@ -2,7 +2,8 @@
|
||||
*.so
|
||||
glx-compositor
|
||||
egl-compositor
|
||||
window
|
||||
gears
|
||||
terminal
|
||||
flower
|
||||
screenshot
|
||||
*.jpg
|
||||
|
||||
Reference in New Issue
Block a user