]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
split the focustobottom action back out from unfocus
[chaz/openbox] / Makefile.am
index 523d73a9b7ae2f79ddca56eb39a16fb7fe62db74..07c7ce6883f39afe60773b3c41760f51a002cbd0 100644 (file)
@@ -118,9 +118,6 @@ openbox_openbox_CPPFLAGS = \
        $(XRANDR_CFLAGS) \
        $(XSHAPE_CFLAGS) \
        $(XSYNC_CFLAGS) \
-       $(XRENDER_CFLAGS) \
-       $(XDAMAGE_CFLAGS) \
-       $(XCOMPOSITE_CFLAGS) \
        $(X_CFLAGS) \
        $(XCURSOR_CFLAGS) \
        $(SM_CFLAGS) \
@@ -140,9 +137,6 @@ openbox_openbox_LDADD = \
        $(XSHAPE_LIBS) \
        $(XSYNC_LIBS) \
        $(GLIB_LIBS) \
-       $(XRENDER_LIBS) \
-       $(XDAMAGE_LIBS) \
-       $(XCOMPOSITE_LIBS) \
        $(X_LIBS) \
        $(XCURSOR_LIBS) \
        $(LIBSN_LIBS) \
@@ -164,12 +158,11 @@ openbox_openbox_SOURCES = \
        openbox/actions/decorations.c \
        openbox/actions/desktop.c \
        openbox/actions/dockautohide.c \
-       openbox/actions/directionalcyclewindows.c \
-       openbox/actions/directionaldesktop.c \
-       openbox/actions/directionaltargetwindow.c \
+       openbox/actions/directionalwindows.c \
        openbox/actions/execute.c \
        openbox/actions/exit.c \
        openbox/actions/focus.c \
+       openbox/actions/focustobottom.c \
        openbox/actions/fullscreen.c \
        openbox/actions/growtoedge.c \
        openbox/actions/iconify.c \
@@ -178,13 +171,10 @@ openbox_openbox_SOURCES = \
        openbox/actions/layer.c \
        openbox/actions/lower.c \
        openbox/actions/maximize.c \
-       openbox/actions/maximizehorizontal.c \
-       openbox/actions/maximizevertical.c \
-       openbox/actions/menu.c \
        openbox/actions/move.c \
        openbox/actions/moverelative.c \
-       openbox/actions/moveto.c \
-       openbox/actions/movetofromedge.c \
+       openbox/actions/moveresizeto.c \
+       openbox/actions/movetoedge.c \
        openbox/actions/omnipresent.c \
        openbox/actions/raise.c \
        openbox/actions/raiselower.c \
@@ -194,6 +184,7 @@ openbox_openbox_SOURCES = \
        openbox/actions/restart.c \
        openbox/actions/shade.c \
        openbox/actions/showdesktop.c \
+       openbox/actions/showmenu.c \
        openbox/actions/unfocus.c \
        openbox/actions.c \
        openbox/actions.h \
@@ -205,8 +196,6 @@ openbox_openbox_SOURCES = \
        openbox/client_list_combined_menu.h \
        openbox/client_menu.c \
        openbox/client_menu.h \
-       openbox/composite.c \
-       openbox/composite.h \
        openbox/config.c \
        openbox/config.h \
        openbox/debug.c \
This page took 0.027633 seconds and 4 git commands to generate.