diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 8f599a4..cbbb817 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -492,6 +492,8 @@ private: | |||
492 | void updateClientLeftWindow(); | 492 | void updateClientLeftWindow(); |
493 | void grabButtons(); | 493 | void grabButtons(); |
494 | 494 | ||
495 | void themeReconfigured(); | ||
496 | |||
495 | /** | 497 | /** |
496 | * Calculates insertition position in the list by | 498 | * Calculates insertition position in the list by |
497 | * using pixel position x and y. | 499 | * using pixel position x and y. |