File: mdwindow.c

package info (click to toggle)
amiwm 0.21pl2-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 1,004 kB
  • sloc: ansic: 9,800; perl: 443; makefile: 253; yacc: 241; lex: 215; sh: 211
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#include "libami.h"
#include "module.h"

int md_set_appwindow(Window w)
{
  return md_command00(w, MCMD_SETAPPWINDOW);
}