1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

Fixed diagonal gradients.

This commit is contained in:
dan
2000-01-22 22:07:44 +00:00
parent a2ae76e274
commit 08b0a885d1
23 changed files with 270 additions and 319 deletions

View File

@@ -56,7 +56,7 @@ x86_check_mmx()
"test $(1<<23), %%edx \n"
"jz .NotMMX \n"
"popal \n" // this is needed because the address of
"popal \n" // popal needed because the address of
"movl $1, %0 \n" // variable %0 may be kept in a register
"jmp .noPop \n"