summaryrefslogtreecommitdiff
path: root/gfx/gfxbase.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-05 23:14:16 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-05 23:14:16 +0000
commitef70fd0f2770f0e084400373e786050f8dca6eba (patch)
treeb217e753d984541da6834bd994012b18b9c9696f /gfx/gfxbase.pas
parent8a4707265b7c0424e1bc50b7ed40315c7800fd3b (diff)
downloadfpGUI-ef70fd0f2770f0e084400373e786050f8dca6eba.tar.xz
One-Handle-Per-Widget
* Implemented the TX11Application Expose event handling * Implemented the TX11Window etPaint message processing * Removed the EvOnPaint event handler and replaced it by overriding ProcessEvent
Diffstat (limited to 'gfx/gfxbase.pas')
-rw-r--r--gfx/gfxbase.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gfxbase.pas b/gfx/gfxbase.pas
index dab04c59..7783fb87 100644
--- a/gfx/gfxbase.pas
+++ b/gfx/gfxbase.pas
@@ -254,6 +254,7 @@ type
State: Cardinal;
Button: Cardinal;
X, Y: Cardinal;
+ Width, Height: Cardinal;
{ fpGUI fields }
EventType: TFEventType;
end;