mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Initial commit!
This commit is contained in:
7
libami/mdwindow.c
Normal file
7
libami/mdwindow.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "libami.h"
|
||||
#include "module.h"
|
||||
|
||||
int md_set_appwindow(Window w)
|
||||
{
|
||||
return md_command00(w, MCMD_SETAPPWINDOW);
|
||||
}
|
||||
Reference in New Issue
Block a user