Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Schmidt
xserver
Commits
6b61d48f
Commit
6b61d48f
authored
Dec 08, 2000
by
Keith Packard
Browse files
kdrive/vesa: type cast warning fix
parent
b59eabd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/kdrive/vesa/vesainit.c
View file @
6b61d48f
...
...
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* $XFree86$ */
/* $XFree86
: xc/programs/Xserver/hw/kdrive/vesa/vesainit.c,v 1.4 2000/10/20 00:19:50 keithp Exp
$ */
#include
"vesa.h"
...
...
@@ -55,7 +55,7 @@ void
InitCard
(
char
*
name
)
{
KdCardAttr
attr
;
KdCardInfoAdd
(
&
vesaFuncs
,
&
attr
,
0
);
KdCardInfoAdd
(
(
KdCardFuncs
*
)
&
vesaFuncs
,
&
attr
,
0
);
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment