mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
2006-06-02 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-element.h: Add missing _depth() declarations * clutter/clutter-main.c: * clutter/clutter-main.h: * clutter/clutter-private.h: * clutter/clutter-stage.c: * clutter/clutter-stage.h: Rejig GL setup as for stage to support an offscreen property. Offscreen support is however a little borked.
This commit is contained in:
@ -52,8 +52,8 @@ typedef struct ClutterMainContext
|
||||
Window xwin_root;
|
||||
int xscreen;
|
||||
GC xgc;
|
||||
XVisualInfo *xvinfo;
|
||||
PangoFT2FontMap *font_map;
|
||||
GLXContext gl_context;
|
||||
GMutex *gl_lock;
|
||||
guint update_idle;
|
||||
ClutterStage *stage;
|
||||
|
Reference in New Issue
Block a user