Changeset 16467 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 2, 2009 4:19:20 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/x11/xgraphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c
r9928 r16467 463 463 vbox_output_set_property(xf86OutputPtr output, Atom property, 464 464 RRPropertyValuePtr value) 465 { (void) output , (void) property,(void) value; return FALSE; }465 { (void) output; (void) property; (void) value; return FALSE; } 466 466 #endif 467 467 -
trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_15.c
r16091 r16467 483 483 vbox_output_set_property(xf86OutputPtr output, Atom property, 484 484 RRPropertyValuePtr value) 485 { (void) output , (void) property,(void) value; return FALSE; }485 { (void) output; (void) property; (void) value; return FALSE; } 486 486 #endif 487 487
Note:
See TracChangeset
for help on using the changeset viewer.