Remote changes at Fri Aug 18 14:42:55 EDT 2017 by chuan on vivaldi
This commit is contained in:
parent
78dd126686
commit
87a88be5d6
|
|
@ -9,8 +9,9 @@
|
|||
#include <stdio.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
//#include <GL/gl.h>
|
||||
//#include <GL/glx.h>
|
||||
#include <CAIRO/Cairo.h>
|
||||
|
||||
#include "tcltk/tclmagic.h"
|
||||
#include "utils/magic.h"
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
extern Display *grXdpy;
|
||||
extern int grXscrn;
|
||||
extern HashTable grTCairoWindowTable;
|
||||
extern cairo_t *grCairoContext;
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue