コード例 #1
0
ファイル: applewm.c プロジェクト: AmesianX/xorg-server
static int
ProcAppleWMSetFrontProcess(register ClientPtr client)
{
    REQUEST_SIZE_MATCH(xAppleWMSetFrontProcessReq);

    X11ApplicationSetFrontProcess();
    return Success;
}
コード例 #2
0
ファイル: applewm.c プロジェクト: hush-z/VMGL
static int
ProcAppleWMSetFrontProcess(
    register ClientPtr client
)
{
    REQUEST_SIZE_MATCH(xAppleWMSetFrontProcessReq);

    X11ApplicationSetFrontProcess();
    return (client->noClientException);
}