ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/video_x.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/video_x.cpp (file contents):
Revision 1.31 by cebix, 2000-11-30T16:09:03Z vs.
Revision 1.32 by cebix, 2001-01-04T19:50:23Z

# Line 954 | Line 954 | bool VideoInit(bool classic)
954          keycode_init();
955  
956          // Read prefs
957 <        mouse_wheel_mode = PrefsFindInt16("mousewheelmode");
958 <        mouse_wheel_lines = PrefsFindInt16("mousewheellines");
957 >        mouse_wheel_mode = PrefsFindInt32("mousewheelmode");
958 >        mouse_wheel_lines = PrefsFindInt32("mousewheellines");
959  
960          // Find screen and root window
961          screen = XDefaultScreen(x_display);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines