summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_plugins-howto.qdoc
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-23 12:49:18 (GMT)
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-23 12:51:57 (GMT)
commit07c5429d5aacab932cd912e66287d66fb952e7c4 (patch)
tree5ed4f1a69ea33a86c5bd07d7de4cd74d960aefe1 /doc/src/snippets/code/doc_src_plugins-howto.qdoc
parent82d28ac2065f348e7eacb20c455894ab349b666e (diff)
downloadQt-07c5429d5aacab932cd912e66287d66fb952e7c4.zip
Qt-07c5429d5aacab932cd912e66287d66fb952e7c4.tar.gz
Qt-07c5429d5aacab932cd912e66287d66fb952e7c4.tar.bz2
Don't try to use the texture_from_pixmap extension in GL on desktop/X11.
There are far too many problems with this extension for it to be usable on desktop at the moment, so disable on desktop GL for now. It's still enabled for EGL, where it seems to have better driver support. Task-number: related to QTBUG-11158 Reviewed-by: Samuel
Diffstat (limited to 'doc/src/snippets/code/doc_src_plugins-howto.qdoc')
0 files changed, 0 insertions, 0 deletions
e41'>bug_562118ce41 Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/bitmaps/gray25.bmp
blob: fdaef49c71c93e5cc2c2923a9dd8b90afe7193dc (plain)
1
2
3
4
5
6
#define gray25_width 16
#define gray25_height 16
static unsigned char gray25_bits[] = {
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22};