home *** CD-ROM | disk | FTP | other *** search
/ ftp.freefriends.org / ftp.freefriends.org.tar / ftp.freefriends.org / arnold / Source / 9wm-1.1.shar.gz / 9wm-1.1.shar / fns.h < prev    next >
Text File  |  1995-01-15  |  1KB  |  76 lines

  1. /* Copyright (c) 1994 David Hogan, see README for licence details */
  2. /* 9wm.c */
  3. void    sendcmessage();
  4. Time    timestamp();
  5. void    sendconfig();
  6. void    scanwins();
  7. void    configurereq();
  8. void    mapreq();
  9. void    circulatereq();
  10. void    unmap();
  11. void    newwindow();
  12. void    destroy();
  13. int     ismapped();
  14. void    clientmesg();
  15. void    cmap();
  16. void    property();
  17. void    shapenotify();
  18. void    enter();
  19. void    reparent();
  20.  
  21. /* manage.c */
  22. int     manage();
  23. void    setshape();
  24. void    withdraw();
  25. void    gravitate();
  26. void    cleanup();
  27. void    cmapfocus();
  28. void    getcmaps();
  29. int     _getprop();
  30. char    *getprop();
  31. Window  getwprop();
  32. int     getiprop();
  33. int     getstate();
  34. void    setstate();
  35. void    setlabel();
  36. void    getproto();
  37. void    gettrans();
  38.  
  39. /* menu.c */
  40. void    button();
  41. void    spawn();
  42. void    reshape();
  43. void    move();
  44. void    delete();
  45. void    hide();
  46. void    unhide();
  47. void    unhidec();
  48. void    renamec();
  49.  
  50. /* client.c */
  51. void    setactive();
  52. void    draw_border();
  53. void    active();
  54. void    nofocus();
  55. Client  *getclient();
  56. void    rmclient();
  57. void    dump_revert();
  58. void    dump_clients();
  59.  
  60. /* grab.c */
  61. int     menuhit();
  62. Client  *selectwin();
  63. int     sweep();
  64. int     drag();
  65. void    getmouse();
  66. void    setmouse();
  67.  
  68. /* error.c */
  69. int     handler();
  70. void    fatal();
  71. void    graberror();
  72. void    showhints();
  73.  
  74. /* cursor.c */
  75. void    initcurs();
  76.