File: mdwindow.c

package info (click to toggle)
amiwm 0.22pl2-5
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: ansic: 10,195; perl: 443; makefile: 258; yacc: 245; 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);
}