Lines Matching +full:0 +full:x11

33  gdk/x11/Makefile.am                        | 30 +++++++++--
34 gdk/x11/gdkdisplay-x11.c | 6 ++-
35 gdk/x11/gdkscreen-x11.c | 5 ++
36 gdk/x11/gdkwindow-x11.c | 4 ++
37 gdk/x11/gdkx-autocleanups.h | 2 +
38 gdk/x11/{gdkx.h => gdkx-with-gl-context.h} | 1 -
39 gdk/x11/gdkx-without-gl-context.h | 58 ++++++++++++++++++++++
46 rename gdk/x11/{gdkx.h => gdkx-with-gl-context.h} (98%)
47 create mode 100644 gdk/x11/gdkx-without-gl-context.h
112 0.f, 0.5f, 0.f, 1.f,
147 glBindBuffer (GL_ARRAY_BUFFER, 0);
148 glUseProgram (0);
217 x11/gdkeventsource.c \
218 x11/gdkeventtranslator.c \
219 x11/gdkgeometry-x11.c \
220 - x11/gdkglcontext-x11.c \
221 x11/gdkkeys-x11.c \
222 x11/gdkmain-x11.c \
223 x11/gdkmonitor-x11.c \
225 x11/gdkx11display.h \
226 x11/gdkx11displaymanager.h \
227 x11/gdkx11dnd.h \
228 - x11/gdkx11glcontext.h \
229 x11/gdkx11keys.h \
230 x11/gdkx11monitor.h \
231 x11/gdkx11property.h \
233 x11/gdkx11visual.h \
234 x11/gdkx11window.h
238 + x11/gdkglcontext-x11.c \
239 + x11/gdkx11glcontext.h
359 …glTexSubImage2D (texture_target, 0, 0, i, width, 1, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, (unsigne…
421 glViewport (0, 0, ww, wh);
442 diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am
444 --- a/gdk/x11/Makefile.am
445 +++ b/gdk/x11/Makefile.am
449 gdkgeometry-x11.c \
450 - gdkglcontext-x11.c \
451 - gdkglcontext-x11.h \
452 gdkkeys-x11.c \
453 gdkmain-x11.c \
454 gdkmonitor-x11.c \
456 gdkwindow-x11.h \
460 gdkprivate-x11.h \
466 + gdkglcontext-x11.c \
467 + gdkglcontext-x11.h
515 diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
517 --- a/gdk/x11/gdkdisplay-x11.c
518 +++ b/gdk/x11/gdkdisplay-x11.c
520 #include "gdkdisplay-x11.h"
521 #include "gdkprivate-x11.h"
522 #include "gdkscreen-x11.h"
524 #include "gdkglcontext-x11.h"
540 diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
542 --- a/gdk/x11/gdkscreen-x11.c
543 +++ b/gdk/x11/gdkscreen-x11.c
550 +/* Function from in gdk/x11/gdkglcontext-x11.c */
553 diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
555 --- a/gdk/x11/gdkwindow-x11.c
556 +++ b/gdk/x11/gdkwindow-x11.c
560 #include "gdkdisplay-x11.h"
562 #include "gdkglcontext-x11.h"
564 #include "gdkprivate-x11.h"
577 diff --git a/gdk/x11/gdkx-autocleanups.h b/gdk/x11/gdkx-autocleanups.h
579 --- a/gdk/x11/gdkx-autocleanups.h
580 +++ b/gdk/x11/gdkx-autocleanups.h
591 diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx-with-gl-context.h
593 rename from gdk/x11/gdkx.h
594 rename to gdk/x11/gdkx-with-gl-context.h
596 --- a/gdk/x11/gdkx.h
597 +++ b/gdk/x11/gdkx-with-gl-context.h
599 #include <gdk/x11/gdkx11dnd.h>
600 #include <gdk/x11/gdkx11glcontext.h>
601 #include <gdk/x11/gdkx11keys.h>
602 -#include <gdk/x11/gdkx11monitor.h>
603 #include <gdk/x11/gdkx11property.h>
604 #include <gdk/x11/gdkx11screen.h>
605 #include <gdk/x11/gdkx11selection.h>
606 diff --git a/gdk/x11/gdkx-without-gl-context.h b/gdk/x11/gdkx-without-gl-context.h
610 +++ b/gdk/x11/gdkx-without-gl-context.h
611 @@ -0,0 +1,58 @@
641 +#include <X11/Xlib.h>
642 +#include <X11/Xutil.h>
646 +#include <gdk/x11/gdkx11applaunchcontext.h>
647 +#include <gdk/x11/gdkx11cursor.h>
648 +#include <gdk/x11/gdkx11device.h>
649 +#include <gdk/x11/gdkx11device-core.h>
650 +#include <gdk/x11/gdkx11device-xi2.h>
651 +#include <gdk/x11/gdkx11devicemanager.h>
652 +#include <gdk/x11/gdkx11devicemanager-core.h>
653 +#include <gdk/x11/gdkx11devicemanager-xi2.h>
654 +#include <gdk/x11/gdkx11display.h>
655 +#include <gdk/x11/gdkx11displaymanager.h>
656 +#include <gdk/x11/gdkx11dnd.h>
657 +#include <gdk/x11/gdkx11keys.h>
658 +#include <gdk/x11/gdkx11property.h>
659 +#include <gdk/x11/gdkx11screen.h>
660 +#include <gdk/x11/gdkx11selection.h>
661 +#include <gdk/x11/gdkx11utils.h>
662 +#include <gdk/x11/gdkx11visual.h>
663 +#include <gdk/x11/gdkx11window.h>
665 +#include <gdk/x11/gdkx-autocleanups.h>
702 glViewport (0, 0, width, height);
742 priv->frame_buffer = 0;
786 #include "x11/gdkx.h"
803 …d_check_row (gen, GTK_LIST_BOX (gen->priv->gl_box), ext, epoxy_has_glx_extension (dpy, 0, ext), 0);