aboutsummaryrefslogtreecommitdiff
path: root/src/ClientHandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientHandler.hh')
-rw-r--r--src/ClientHandler.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ClientHandler.hh b/src/ClientHandler.hh
index 1ec128d..914fb34 100644
--- a/src/ClientHandler.hh
+++ b/src/ClientHandler.hh
@@ -1,6 +1,6 @@
1// ClientHandler.hh for FbPager 1// ClientHandler.hh for FbPager
2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
6// to deal in the Software without restriction, including without limitation 6// to deal in the Software without restriction, including without limitation
@@ -59,6 +59,7 @@ public:
59 Orientation orientation, 59 Orientation orientation,
60 Corner starting_corner, 60 Corner starting_corner,
61 unsigned int columns, unsigned int rows) = 0; 61 unsigned int columns, unsigned int rows) = 0;
62 virtual bool propertyNotify( Pager &pager, XPropertyEvent &event) = 0;
62}; 63};
63 64
64} // end namespace FbPager 65} // end namespace FbPager