-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed - When not using pixel buffers, after rendering an offscreen ic…
…on/image the drawing target was not correctly reset to the screen.
- Loading branch information
trisyoungs
committed
Jul 25, 2012
1 parent
15138ed
commit 8b1225c
Showing
8 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[Project] | ||
Manager=KDevCMakeManager | ||
Name=aten-pixmap | ||
Manager=KDevCustomMakeManager | ||
Name=aten |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
AC_PREREQ(2.60) | ||
|
||
# Set program name, version, bug-address and source directory | ||
m4_define([ATEN_VERSION],[1.829]) | ||
m4_define([ATEN_VERSION],[1.830]) | ||
AC_INIT(aten,ATEN_VERSION,[email protected]) | ||
AC_CONFIG_SRCDIR([src/main.cpp]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Format: 1.0 | ||
Source: aten | ||
Version: 1.829 | ||
Version: 1.830 | ||
Binary: aten | ||
Maintainer: Tristan Youngs <[email protected]> | ||
Architecture: any | ||
Build-Depends: debhelper (>= 4.1.16), libqt4-dev | libqt4-core, libqt4-opengl-dev, libreadline5-dev | libreadline-dev, libgl1-mesa-dev, pkgconfig | pkg-config, libncurses5 | ||
Files: | ||
4aec60597e330aeae02c1af550c6deab 4293031 aten-1.829.tar.gz | ||
4aec60597e330aeae02c1af550c6deab 4293031 aten-1.830.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters