<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 16/09/2016 14:51, Nayan Deshmukh
wrote:<br>
</div>
<blockquote
cite="mid:1474030289-29551-1-git-send-email-nayan26deshmukh@gmail.com"
type="cite">
<pre wrap="">
bool flushed;
+ bool is_different_gpu;
};
</pre>
</blockquote>
<p>I get a warning when I build about incompatible pointer type at
the line
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</p>
<p>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<span style="color: rgb(0, 128, 0); font-family: monospace; font-size: 13.3333px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);">fd = loader_get_user_preferred_fd(fd, &scrn->is_different_gpu);</span></p>
<p>When compiling on 32 bits.</p>
<p>I get this should be int.</p>
<p><br>
</p>
<p>Axel<br>
</p>
</body>
</html>