971419c880
2001-08-05 Anders Carlsson <andersca@gnu.org> * src/display.h, src/display.c: Add _NET_WM_ICON_GEOMETRY atom. * src/window.c (meta_window_calc_showing): See if the window has an icon geometry and show a morphing animation from the window's coordinates to the icon's coordinates. (meta_window_get_icon_geometry): New function that fetches a window's icon geometry. * src/Makefile.am: Add effects.[ch]. * src/effects.c: New file with cool effects.
50 lines
799 B
Makefile
50 lines
799 B
Makefile
|
|
SUBDIRS=wm-tester
|
|
|
|
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"
|
|
|
|
metacity_SOURCES= \
|
|
common.h \
|
|
core.c \
|
|
core.h \
|
|
display.c \
|
|
display.h \
|
|
effects.c \
|
|
effects.h \
|
|
errors.c \
|
|
errors.h \
|
|
eventqueue.c \
|
|
eventqueue.h \
|
|
fixedtip.c \
|
|
fixedtip.h \
|
|
frame.c \
|
|
frame.h \
|
|
frames.c \
|
|
frames.h \
|
|
keybindings.c \
|
|
keybindings.h \
|
|
main.c \
|
|
main.h \
|
|
menu.c \
|
|
menu.h \
|
|
place.c \
|
|
place.h \
|
|
screen.c \
|
|
screen.h \
|
|
session.c \
|
|
session.h \
|
|
stack.c \
|
|
stack.h \
|
|
ui.c \
|
|
ui.h \
|
|
util.c \
|
|
util.h \
|
|
window.c \
|
|
window.h \
|
|
workspace.c \
|
|
workspace.h
|
|
|
|
bin_PROGRAMS=metacity
|
|
|
|
metacity_LDADD= @METACITY_LIBS@
|