aboutsummaryrefslogtreecommitdiff
path: root/src/opcodes.cpp
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2024-04-09 16:36:52 +0100
committerRichard <q@1bpm.net>2024-04-09 16:36:52 +0100
commit8558ff727672c680d7e6c5c1319c7c0a89672f73 (patch)
tree7878a0adc360eb8da29f7b140a39d119c78e9372 /src/opcodes.cpp
parent8b11ff540b36e612d9eff9a2ac9beda098341f0d (diff)
downloadcsound-datacore-8558ff727672c680d7e6c5c1319c7c0a89672f73.tar.gz
csound-datacore-8558ff727672c680d7e6c5c1319c7c0a89672f73.tar.bz2
csound-datacore-8558ff727672c680d7e6c5c1319c7c0a89672f73.zip
updated readme, altered winson slightly
Diffstat (limited to 'src/opcodes.cpp')
-rw-r--r--src/opcodes.cpp4
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);