VirtualBox

Changeset 374 in vbox for trunk


Ignore:
Timestamp:
Jan 26, 2007 7:11:54 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17940
Message:

Fixed a couple of warnings in the Linux guest graphic driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c

    r1 r374  
    3838#define VBOX_MAX_CURSOR_HEIGHT 64
    3939
    40 /* #define DEBUG_X */
     40#define DEBUG_X
    4141#ifdef DEBUG_X
    4242#define TRACE_ENTRY() for (;;) {                \
     
    609609
    610610    dolog ("w=%d h=%d sm=%d sr=%d p=%d\n",
    611            w, h, size_mask, size_rgba, dst_pitch);
    612     dolog ("m=%p c=%p cp=%p\n", m, c, cp);
     611           w, h, (int) size_mask, (int) size_rgba, (int) dst_pitch);
     612    dolog ("m=%p c=%p cp=%p\n", m, c, (void *) cp);
    613613
    614614    fc = color_to_byte (pCurs->foreBlue)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette