mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-05 07:15:46 -04:00
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:
parent
dc0f355f0a
commit
0c4457f0c2
7 changed files with 603 additions and 317 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,7 +2,8 @@
|
|||
*.so
|
||||
glx-compositor
|
||||
egl-compositor
|
||||
window
|
||||
gears
|
||||
terminal
|
||||
flower
|
||||
screenshot
|
||||
*.jpg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue