コード例 #1
0
ファイル: monitor.c プロジェクト: Cloudef/glfw
int _glfwCompareVideoModes(const GLFWvidmode* first, const GLFWvidmode* second)
{
    return compareVideoModes(first, second);
}
コード例 #2
0
ファイル: monitor.c プロジェクト: AbePralle/Plasmacore
int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm)
{
    return compareVideoModes(fm, sm);
}