diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 6 | ||||
-rw-r--r-- | src/screen.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 17cad68..e54af4e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories ( ${COMPIZ_LINK_DIRS} ) -add_executable (compiz +add_executable (compiz_aaa region.cpp atoms.cpp timer.cpp @@ -53,10 +53,10 @@ add_executable (compiz ) target_link_libraries ( - compiz ${COMPIZ_LIBRARIES} m pthread dl + compiz_aaa ${COMPIZ_LIBRARIES} m pthread dl ) install ( - TARGETS compiz + TARGETS compiz_aaa DESTINATION ${COMPIZ_DESTDIR}${exec_prefix} ) diff --git a/src/screen.cpp b/src/screen.cpp index d1cc40f..86ca65a 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -1005,7 +1005,7 @@ PrivateScreen::handleSelectionClear (XEvent *event) shutDown = true; } -#define HOME_IMAGEDIR ".compiz/images" +#define HOME_IMAGEDIR ".compiz-1/images" bool CompScreen::readImageFromFile (CompString &name, @@ -4218,7 +4218,7 @@ CompScreen::init (const char *name) attr.override_redirect = true; attr.event_mask = PropertyChangeMask; - +#define PACKAGE "compiz_aaaaaaaaaaaaaaaaa" newWmSnOwner = XCreateWindow (dpy, root, -100, -100, 1, 1, 0, CopyFromParent, CopyFromParent, |