From 568d8861f665d480109fec457c0d57227937ee07 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Tue, 17 May 2011 18:47:41 -0600 Subject: Fix typo. --- src/neg.cpp | 2 +- src/neg.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/neg.cpp b/src/neg.cpp index 835073a..76799fd 100644 --- a/src/neg.cpp +++ b/src/neg.cpp @@ -57,7 +57,7 @@ NegScreen::toggle (CompAction *action, { foreach (CompWindow *w, screen->windows ()) NegWindow::get (w)->toggle (); - isNeg =!isNeg; + isNeg = !isNeg; } else { diff --git a/src/neg.h b/src/neg.h index 9dabaab..b25f2fc 100644 --- a/src/neg.h +++ b/src/neg.h @@ -57,6 +57,9 @@ class NegScreen : CompOption::Vector opt, bool all); + void + ToggleScreen (); + int getFragmentFunction (GLTexture *texture, bool alpha); -- cgit v1.1