summaryrefslogtreecommitdiff
path: root/src/window_glfm.h
blob: b9c6c69ab0326b4615cdd0192b9e140aae23da49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <glfm.h>

#include "window.h"

struct stl_glfm_global {
    GLFMDisplay *display;
    bool did_main;
    array(str) args;
    u32 main_arg_index;
    GLFMInterfaceOrientation orientation;
};

struct stl_window_glfm {
    struct stl_window w;
};