mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
8 lines
121 B
C
8 lines
121 B
C
#include "libami.h"
|
|
#include "module.h"
|
|
|
|
int md_set_appwindow(Window w)
|
|
{
|
|
return md_command00(w, MCMD_SETAPPWINDOW);
|
|
}
|