libdockapp: Update header location in examples.
This commit is contained in:
parent
796427153b
commit
fc16f5d425
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* also includes Xlib, Xresources, XPM, stdlib and stdio */
|
/* also includes Xlib, Xresources, XPM, stdlib and stdio */
|
||||||
#include <dockapp.h>
|
#include <libdockapp/dockapp.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
/* include the pixmap to use */
|
/* include the pixmap to use */
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
#include <X11/extensions/shape.h>
|
#include <X11/extensions/shape.h>
|
||||||
|
|
||||||
#include <dockapp.h>
|
#include <libdockapp/dockapp.h>
|
||||||
|
|
||||||
/* already includes Xlib, Xresources, XPM, stdlib and stdio */
|
/* already includes Xlib, Xresources, XPM, stdlib and stdio */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue