diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 16:22:50 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 16:22:50 +0000 |
| commit | 3e4a21e646b7b7fab8cdad370e3d03f7957bc833 (patch) | |
| tree | a945ca014b6152afd16f8c50f0d44d6a46c1eb4f /xnap.c | |
| parent | de2bf2260b76cd0752760d04d85d283c8fe98791 (diff) | |
fix shadowing of scr
Diffstat (limited to 'xnap.c')
| -rw-r--r-- | xnap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ void setup(void) if (dpy == NULL) die ("failed to open display"); - int scr = DefaultScreen(dpy); + scr = DefaultScreen(dpy); root = RootWindow(dpy, scr); /* pointer */ |
