Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "kos32sys.h"
  2. void notify_show(char *text)
  3. {
  4.    start_app("/sys/@notify", text);
  5. }
  6.