diff --git a/Makefile.am b/Makefile.am index 45c68e0a03..a19c20374f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = $(all_includes) LDFLAGS = $(all_libraries) $(KDE_RPATH) +SUBDIRS = pics images + bin_PROGRAMS = kwin kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp systemclient.cpp nextclient.cpp diff --git a/images/README b/images/README new file mode 100644 index 0000000000..41e02f6b93 --- /dev/null +++ b/images/README @@ -0,0 +1,14 @@ +To try out these (ugly) shaped window decorations, please copy all +pixmaps (*.xpm) somewhere where kwm´s iconloader will find them (for +example ~/.kde/share/apps/kwm/pics/). + +Then add this to your kwmrc, group [General] + +ShapeMode=on + +Now restart kwm and please do not get a shock ;-) + + +Enjoy, + + Matthias diff --git a/images/template.png b/images/template.png new file mode 100644 index 0000000000..32d8178531 Binary files /dev/null and b/images/template.png differ diff --git a/images/wm_bottom.png b/images/wm_bottom.png new file mode 100644 index 0000000000..093220b461 Binary files /dev/null and b/images/wm_bottom.png differ diff --git a/images/wm_bottomleft.png b/images/wm_bottomleft.png new file mode 100644 index 0000000000..18a6ac3b62 Binary files /dev/null and b/images/wm_bottomleft.png differ diff --git a/images/wm_bottomright.png b/images/wm_bottomright.png new file mode 100644 index 0000000000..f0f4b9407a Binary files /dev/null and b/images/wm_bottomright.png differ diff --git a/images/wm_left.png b/images/wm_left.png new file mode 100644 index 0000000000..dfaf2450ab Binary files /dev/null and b/images/wm_left.png differ diff --git a/images/wm_right.png b/images/wm_right.png new file mode 100644 index 0000000000..e8c738cd4a Binary files /dev/null and b/images/wm_right.png differ diff --git a/images/wm_top.png b/images/wm_top.png new file mode 100644 index 0000000000..8e30ccfa8f Binary files /dev/null and b/images/wm_top.png differ diff --git a/images/wm_topleft.png b/images/wm_topleft.png new file mode 100644 index 0000000000..91f171787a Binary files /dev/null and b/images/wm_topleft.png differ diff --git a/images/wm_topright.png b/images/wm_topright.png new file mode 100644 index 0000000000..0da6e0531c Binary files /dev/null and b/images/wm_topright.png differ diff --git a/pics/Makefile.am b/pics/Makefile.am new file mode 100644 index 0000000000..56d96138cc --- /dev/null +++ b/pics/Makefile.am @@ -0,0 +1,10 @@ + +data_DATA = close.png maximize.png maximizedown.png menu.png \ + iconify.png pindown.png pinup.png unknown.png fog.png \ + fog-grey.png bluesun.png greenie.light.png greenie.dim.png + greenie.light.png greenie.dim.png + +datadir = $(kde_datadir)/kwm/pics + +EXTRA_DIST = $(data_DATA) + diff --git a/pics/bluesun.png b/pics/bluesun.png new file mode 100644 index 0000000000..1e7bdeb2b8 Binary files /dev/null and b/pics/bluesun.png differ diff --git a/pics/close.png b/pics/close.png new file mode 100644 index 0000000000..d8fd4a3bb0 Binary files /dev/null and b/pics/close.png differ diff --git a/pics/fog-grey.png b/pics/fog-grey.png new file mode 100644 index 0000000000..94f0e66dda Binary files /dev/null and b/pics/fog-grey.png differ diff --git a/pics/fog.png b/pics/fog.png new file mode 100644 index 0000000000..349c49e5e2 Binary files /dev/null and b/pics/fog.png differ diff --git a/pics/greenie.dim.png b/pics/greenie.dim.png new file mode 100644 index 0000000000..c2dc168377 Binary files /dev/null and b/pics/greenie.dim.png differ diff --git a/pics/greenie.light.png b/pics/greenie.light.png new file mode 100644 index 0000000000..49d46b3267 Binary files /dev/null and b/pics/greenie.light.png differ diff --git a/pics/iconify.png b/pics/iconify.png new file mode 100644 index 0000000000..d9bd055014 Binary files /dev/null and b/pics/iconify.png differ diff --git a/pics/maximize.png b/pics/maximize.png new file mode 100644 index 0000000000..07471bf21b Binary files /dev/null and b/pics/maximize.png differ diff --git a/pics/maximizedown.png b/pics/maximizedown.png new file mode 100644 index 0000000000..3ef359d7ca Binary files /dev/null and b/pics/maximizedown.png differ diff --git a/pics/menu.png b/pics/menu.png new file mode 100644 index 0000000000..4c8a9fffd0 Binary files /dev/null and b/pics/menu.png differ diff --git a/pics/pindown.png b/pics/pindown.png new file mode 100644 index 0000000000..20be0650a4 Binary files /dev/null and b/pics/pindown.png differ diff --git a/pics/pinup.png b/pics/pinup.png new file mode 100644 index 0000000000..e2256b2768 Binary files /dev/null and b/pics/pinup.png differ diff --git a/pics/unknown.png b/pics/unknown.png new file mode 100644 index 0000000000..b52168b829 Binary files /dev/null and b/pics/unknown.png differ