diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/opcodes.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcodes.cpp b/src/opcodes.cpp index fab6c7c..65ba587 100644 --- a/src/opcodes.cpp +++ b/src/opcodes.cpp @@ -537,8 +537,8 @@ struct winson : csnd::Plugin<1, 1> {      int init() {          display = XOpenDisplay(NULL); -        //root = DefaultRootWindow(display); -        root = 0x2200004; +        root = DefaultRootWindow(display); +        //root = 0x2200004;          XWindowAttributes gwa;          XGetWindowAttributes(display, root, &gwa);  |