1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00
Files
wmaker/WPrefs.app/xpm/Makefile.am
Christophe CURIS 31c00a8749 WPrefs: add an image to represent the window in the Window Placement frame
The original square box did not look like anything, by using an image that
looks like a small window it is more clear to users what it represents.

The image was drawn as an XPM keeping a style consistent with everything
else; it was then converted to TIFF using ImageMagick:
  convert -depth 8 -compress lzw xpm/smallwindow.xpm tiff/smallwindow.tiff

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
2014-12-23 11:33:36 +00:00

77 lines
1.2 KiB
Makefile

xpmdatadir = $(wprefs_datadir)/xpm
if ICON_EXT_XPM
dist_xpmdata_DATA = \
advancetonewworkspace.xpm \
animations.xpm \
appearance.xpm \
clip.xpm \
configs.xpm \
cycleworkspaces.xpm \
dock.xpm \
dockclipdrawersection.xpm \
dontlinkworkspaces.xpm \
drawer.xpm \
ergonomic.xpm \
expert.xpm \
fonts.xpm \
iconprefs.xpm \
keyboard.xpm \
keyboardprefs.xpm \
keyshortcuts.xpm \
menualign1.xpm \
menualign2.xpm \
menuprefs.xpm \
menus.xpm \
moreanim.xpm \
mousesettings.xpm \
mousespeed.xpm \
msty1.xpm \
msty2.xpm \
msty3.xpm \
newstyle.xpm \
nextstyle.xpm \
nonopaque.xpm \
noopaqueresize.xpm \
oldstyle.xpm \
opaque.xpm \
opaqueresize.xpm \
paths.xpm \
smallwindow.xpm \
smooth.xpm \
sound.xpm \
speed0.xpm \
speed0s.xpm \
speed1.xpm \
speed1s.xpm \
speed2.xpm \
speed2s.xpm \
speed3.xpm \
speed3s.xpm \
speed4.xpm \
speed4s.xpm \
tdel.xpm \
tedit.xpm \
temp.xpm \
textr.xpm \
theme.xpm \
timer0.xpm \
timer0s.xpm \
timer1.xpm \
timer1s.xpm \
timer2.xpm \
timer2s.xpm \
timer3.xpm \
timer3s.xpm \
timer4.xpm \
timer4s.xpm \
timer5.xpm \
timer5s.xpm \
tnew.xpm \
whandling.xpm \
windowfocus.xpm \
workspace.xpm \
workspacename.xpm \
xis.xpm
endif