search for: height_in

Displaying 2 results from an estimated 2 matches for "height_in".

Did you mean: height_inc
2006 Aug 12
4
form problem on deployment. Not sure how to debug this.
...eters: {"commit"=>"Save", "date"=>{"month"=>"8", "day"=>"11", "year"=>"2006"}, "action"=>"new", "controller"=>"stats", "stat"=>{"height_in"=>"", "weight_lbs"=>"", "weight_oz"=>"", "height_ft"=>""}} User Load (0.022084) SELECT * FROM users WHERE (users.id = 1) LIMIT 1 Biostat Load (0.000808) SELECT * FROM biostats WHERE (date = ''2...
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...xmaps; + Bool exa_driver_pixmaps; + bool wfb_enabled; xf86CursorInfoPtr CursorInfoRec; ScreenBlockHandlerProcPtr BlockHandler; CloseScreenProcPtr CloseScreen; @@ -404,6 +405,15 @@ typedef struct _NVRec { unsigned point_x, point_y; unsigned width_in, width_out; unsigned height_in, height_out; + + /* Wfb related data. */ + struct { + PixmapPtr ppix; + bool used; + bool tiled; + unsigned long start; + unsigned long end; + } wfb_pixmaps[6]; } NVRec; #define NVPTR(p) ((NVPtr)((p)->driverPrivate)) -- 1.6.2