Changeset 12926 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Oct 2, 2008 10:30:43 AM (16 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c
r9811 r12926 578 578 maxSize = trySize; 579 579 trySize += 128; 580 } while (trySize * trySize * pScrn->bitsPerPixel / 8 < pScrn->videoRam * 1024);580 } while (trySize * trySize * pScrn->bitsPerPixel / 8 < (unsigned)pScrn->videoRam * 1024); 581 581 582 582 /* I don't know exactly what these are for (and they are only used in a couple -
trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c
r9709 r12926 3224 3224 # define AP_DBGC(x) ErrorF x ; 3225 3225 # else 3226 # define AP_DBG(x) 3227 # define AP_DBGC(x) 3226 # define AP_DBG(x) do {} while (0) 3227 # define AP_DBGC(x) do {} while (0) 3228 3228 #endif 3229 3229 -
trunk/src/VBox/Additions/x11/xmouse/xorg70/mouse.c
r8155 r12926 3189 3189 # define AP_DBGC(x) ErrorF x ; 3190 3190 # else 3191 # define AP_DBG(x) 3192 # define AP_DBGC(x) 3191 # define AP_DBG(x) do {} while (0) 3192 # define AP_DBGC(x) do {} while (0) 3193 3193 #endif 3194 3194 -
trunk/src/VBox/Additions/x11/xmouse/xorg71/mouse.c
r8155 r12926 3201 3201 # define AP_DBGC(x) ErrorF x ; 3202 3202 # else 3203 # define AP_DBG(x) 3204 # define AP_DBGC(x) 3203 # define AP_DBG(x) do {} while (0) 3204 # define AP_DBGC(x) do {} while (0) 3205 3205 #endif 3206 3206
Note:
See TracChangeset
for help on using the changeset viewer.