diff options
Diffstat (limited to 'include/core/screen.h')
-rw-r--r-- | include/core/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/screen.h b/include/core/screen.h index 77e584e..9b6509d 100644 --- a/include/core/screen.h +++ b/include/core/screen.h @@ -467,6 +467,8 @@ class CompScreen : void *userData); static int checkForError (Display *dpy); + + friend class CompWatchFd; }; #endif |