mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
f200e8b132
See code comments for how it uses GL commands that should fail with GLES. Related: !6520
12 lines
315 B
XML
12 lines
315 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">32</property>
|
|
<property name="height_request">32</property>
|
|
<property name="decorated">0</property>
|
|
<style>
|
|
<class name="orange"/>
|
|
</style>
|
|
</object>
|
|
</interface>
|