|
|
| version 1.10, 2010/08/16 14:26:55 | version 1.12, 2011/01/15 18:43:13 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2003 NONAKA Kimihiro | * Copyright (c) 2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 468 void | Line 466 void |
| scrnmng_setwidth(int posx, int width) | scrnmng_setwidth(int posx, int width) |
| { | { |
| UNUSED(posx); | |
| scrnstat.width = width; | scrnstat.width = width; |
| renewal_client_size(); | renewal_client_size(); |
| } | } |
| Line 478 void | Line 474 void |
| scrnmng_setheight(int posy, int height) | scrnmng_setheight(int posy, int height) |
| { | { |
| UNUSED(posy); | |
| scrnstat.height = height; | scrnstat.height = height; |
| renewal_client_size(); | renewal_client_size(); |
| } | } |
| Line 542 void | Line 536 void |
| scrnmng_surfunlock(const SCRNSURF *surf) | scrnmng_surfunlock(const SCRNSURF *surf) |
| { | { |
| UNUSED(surf); | |
| if (drawmng.drawsurf == drawmng.surface) { | if (drawmng.drawsurf == drawmng.surface) { |
| gdk_pixbuf_scale(drawmng.backsurf, drawmng.surface, | gdk_pixbuf_scale(drawmng.backsurf, drawmng.surface, |
| 0, 0, drawmng.rect.right, drawmng.rect.bottom, | 0, 0, drawmng.rect.right, drawmng.rect.bottom, |