mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-05 06:52:46 +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);
|
|
}
|