IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 3:55:45 PM (21 years ago)
Author:
eugene
Message:

adding no-X version of JPEG, other features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/button/ButtonFunctions.c

    r2466 r5700  
    1212  Remap (graphic, layout, &layout[0].matrix);
    1313  CreateZoom (layout, graphic, 0, 0);
     14  Refresh (graphic, layout, 0);
     15  XFlush (graphic[0].display);
    1416  return (TRUE);
    1517}
     
    2224  Remap (graphic, layout, &layout[0].matrix);
    2325  CreateZoom (layout, graphic, 0, 0);
     26  Refresh (graphic, layout, 0);
     27  XFlush (graphic[0].display);
    2428  return (TRUE);
    2529}
     
    3236  Remap (graphic, layout, &layout[0].matrix);
    3337  CreateZoom (layout, graphic, 0, 0);
     38  Refresh (graphic, layout, 0);
     39  XFlush (graphic[0].display);
    3440  return (TRUE);
    3541}
Note: See TracChangeset for help on using the changeset viewer.