mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
make expose look better
This commit is contained in:
parent
e77b60a22a
commit
16163edd5f
@ -1,6 +1,8 @@
|
||||
#define NB_EXPOSE_DRAW_PLATFORM
|
||||
|
||||
/* External library */
|
||||
#include <X11/Xlib.h>
|
||||
#include <GL/glx.h>
|
||||
|
||||
/* Interface */
|
||||
#include "nb_draw_platform.h"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#define NB_EXPOSE_DRAW_PLATFORM
|
||||
|
||||
/* External library */
|
||||
#include <windows.h>
|
||||
|
||||
/* Interface */
|
||||
#include "nb_draw_platform.h"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#define NB_EXPOSE_CORE
|
||||
|
||||
/* External library */
|
||||
#include <ode/ode.h>
|
||||
|
||||
/* Interface */
|
||||
#include "nb_core.h"
|
||||
|
@ -9,9 +9,7 @@
|
||||
#endif
|
||||
|
||||
/* NishBox */
|
||||
#ifdef NB_EXPOSE_CORE
|
||||
#include <nb_draw.h>
|
||||
#endif
|
||||
|
||||
/* Standard */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user