IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2005, 11:56:41 AM (21 years ago)
Author:
eugene
Message:

adding no X mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/setup/CloseDisplay.c

    r2466 r5637  
    22
    33/************** CloseDisplay *************/
    4 void
    5 CloseDisplay (graphic)
    6 Graphic *graphic;
    7 {
     4void CloseDisplay (Graphic *graphic) {
     5
     6  XFlush (graphic[0].display);
     7  XFreeFont (graphic[0].display, graphic[0].font);
    88  XFreeGC (graphic[0].display, graphic[0].gc);
    99  XDestroySubwindows (graphic[0].display, graphic[0].window);
     
    1111  XFlush (graphic[0].display);
    1212  XCloseDisplay (graphic[0].display);
     13  return;
    1314}
    1415
Note: See TracChangeset for help on using the changeset viewer.