Ver Fonte

Fix typo

Dmitry Hrabrov há 8 anos atrás
pai
commit
16c2dddae4
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      demo/x11_opengl2/nuklear_xlib_gl2.h

+ 2 - 2
demo/x11_opengl2/nuklear_xlib_gl2.h

@@ -10,8 +10,8 @@
  *
  * ===============================================================
  */
-#ifndef NK_XLIB_GL3_H_
-#define NK_XLIB_GL3_H_
+#ifndef NK_XLIB_GL2_H_
+#define NK_XLIB_GL2_H_
 
 #include <X11/Xlib.h>
 NK_API struct nk_context*   nk_x11_init(Display *dpy, Window win);