summaryrefslogtreecommitdiff
path: root/src/XrrScreen.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 16:38:03 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 16:38:03 -0200
commitbf284b043d4c5688da2207647126b095f8c2b0cd (patch)
treefd46a96bc9f5143470adb96dd185ecee327934bf /src/XrrScreen.c
parenta0c45b798d2fa810167d64a92093840178f993b1 (diff)
Janitor: make distcheck, compiler warnings, .gitignore
Warning corrections are either unused symbols or using an integer as a pointer (generated by sparse).
Diffstat (limited to 'src/XrrScreen.c')
-rw-r--r--src/XrrScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XrrScreen.c b/src/XrrScreen.c
index df49bb5..54bc2ca 100644
--- a/src/XrrScreen.c
+++ b/src/XrrScreen.c
@@ -53,7 +53,7 @@ doGetScreenResources (Display *dpy, Window window, int poll)
Bool getting_version = False;
XRandRInfo *xrri;
- RRCheckExtension (dpy, info, 0);
+ RRCheckExtension (dpy, info, NULL);
LockDisplay (dpy);
xrri = (XRandRInfo *) info->data;