diff options
Diffstat (limited to 'src/screen.cpp')
-rw-r--r-- | src/screen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |