examples/qws/svgalib/README
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     1 This is the SVGA screen driver plugin example from Qt 4.4. The code does
     1 This is the SVGA screen driver plugin example for QWS.
     2 not compile with Qt 4.5, because the internal graphics engine has changed.
       
     3 
     2 
     4 This is unsupported code, provided for convenience in case there is
     3 You may need to set the SVGALIB_DEFAULT_MODE environment
     5 interest in porting it to Qt 4.5.
     4 variable. These values have been confirmed to work on one specific
       
     5 machine using svgalib 1.4.3: 18, 24, 34, 35, 36
       
     6 
       
     7 There is a bug in the example causing missing updates in 8-bit mode
       
     8 (e.g. modes 10 and 12). Fixing this bug is left as an exercise for the
       
     9 reader.