20 years, 2 months ago
Highlights
Strange...Your modified code should work. I downloaded lesson 10, added your codevoid setVisible(Bool visible){ if(!visible) { char data[] = {0}; Cursor cursor; Pixmap blank; XC…
20 years, 2 months ago
20 years, 2 months ago
You can use this :void setVisible(bool visible){ if(!visible) { char data[] = {0}; Cursor cursor; Pixmap blank; XColor dummy; blank = XCreateBitmapFromData(dpy, win, data, 1, 1)…
20 years, 2 months ago
Latest Activity
Strange...Your modified code should work. I downloaded lesson 10, added your codevoid setVisible(Bool visible){ if(!visible) { char data[] = {0}; …
20 years, 2 months ago
You can use this :void setVisible(bool visible){ if(!visible) { char data[] = {0}; Cursor cursor; Pixmap blank; XColor dummy; blank …
20 years, 2 months ago