src/ascension/window.h

changeset 64
f18dc427f86f
parent 47
44457f6cb0a2
child 65
9c44c55d327a
equal deleted inserted replaced
63:e3cacdd636e4 64:f18dc427f86f
53 bool resized; 53 bool resized;
54 AscGLContext glctx; 54 AscGLContext glctx;
55 AscSceneNode *ui; 55 AscSceneNode *ui;
56 } AscWindow; 56 } AscWindow;
57 57
58 /**
59 * The currently active window in the context.
60 * @see asc_window_activate()
61 */
58 #define asc_window_active asc_context.active_window 62 #define asc_window_active asc_context.active_window
59 63
60 /** 64 /**
61 * Initializes the settings structure with default values. 65 * Initializes the settings structure with default values.
62 * 66 *

mercurial