summaryrefslogtreecommitdiffstats
path: root/src/blueshift_idcrtc.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-02 14:07:47 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-02 14:07:47 +0200
commiteda5453d4ee2487874bca7c515d116ff344c12c4 (patch)
tree85ea216e6a7d2ff45cdd888bca74713b0d81d760 /src/blueshift_idcrtc.c
parentupdate makefile (diff)
downloadblueshift-eda5453d4ee2487874bca7c515d116ff344c12c4.tar.gz
blueshift-eda5453d4ee2487874bca7c515d116ff344c12c4.tar.bz2
blueshift-eda5453d4ee2487874bca7c515d116ff344c12c4.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/blueshift_idcrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c
index 978a71d..38bfebb 100644
--- a/src/blueshift_idcrtc.c
+++ b/src/blueshift_idcrtc.c
@@ -172,7 +172,7 @@ int main(int argc, char** argv)
{
xcb_randr_get_output_info_cookie_t out_cookie;
xcb_randr_get_output_info_reply_t* out_reply;
- char* name_;
+ uint8_t* name;
int name_len;
/* Acquire information abou the output. */